好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

MySQL出现Ignoringquerytootherdatabase的问题 - mysql数据库

今天使用mysql的时候,输入任意一条命令都会出:

Ignoring query to other database

这条错误信息,很是奇怪。后来才发现是登录 数据库 时,少了个-u的参数。。

正确的命令是:

mysql -uroot -p 我输入的是:  mysql -root -p 加上-u就可以了

查看更多关于MySQL出现Ignoringquerytootherdatabase的问题 - mysql数据库的详细内容...

  阅读:62次