Ignoring query to other database

admin 发布于:2014-1-7 9:22 分类:错误汇总  有 1492 人浏览,获得评论 0 条 标签: mysql 

mysql>show databases; 
 
错误提示 Ignoring query to other database   

原因在登录mysql的时候,-uroot中的用户少写了u  


错误如下代码 
[root@pc01 ~]# mysql -root -p  Enter password:  
正确如下代码 
[root@pc01 ~]# mysql -uroot -p  Enter password: