首页 > 数据库技术 > 详细

mysql 报错 Ignoring query to other database

时间:2017-02-15 12:50:30      阅读:543      评论:0      收藏:0      [点我收藏+]

mysql 查询数据库报错 


[root@MYSQL-adson /]# mysql -root -p

Enter password: 

Welcome to the MySQL monitor.  Commands end with ; or \g.

Your MySQL connection id is 17282036

Server version: 5.6.25-log MySQL Community Server (GPL)


Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.


Oracle is a registered trademark of Oracle Corporation and/or its

affiliates. Other names may be trademarks of their respective

owners.


Type ‘help;‘ or ‘\h‘ for help. Type ‘\c‘ to clear the current input statement.


mysql> show databases;

Ignoring query to other database


也尝试了其他的命令 同样的结果 如下


mysql> show processlist;

Ignoring query to other database



重新对比命令时发现,登陆操作 少输入了 -u  参数 ,重新登陆加上 -u 


[root@MYSQL-adson /]# mysql -uroot  -p

Enter password: 

Welcome to the MySQL monitor.  Commands end with ; or \g.

Your MySQL connection id is 17282283

Server version: 5.6.25-log MySQL Community Server (GPL)


Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.


Oracle is a registered trademark of Oracle Corporation and/or its

affiliates. Other names may be trademarks of their respective

owners.


Type ‘help;‘ or ‘\h‘ for help. Type ‘\c‘ to clear the current input statement.


mysql> show databases;

+--------------------+

| Database           |

+--------------------+

| information_schema |   

| gearman            |

| mysql              |

| performance_schema |

| adson              |

+--------------------+

5 rows in set (0.00 sec)


mysql>



本文出自 “艾琳的博客” 博客,请务必保留此出处http://adson10.blog.51cto.com/6283173/1897920

mysql 报错 Ignoring query to other database

原文:http://adson10.blog.51cto.com/6283173/1897920

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!