码迷,mamicode.com
首页 > 数据库 > 详细

Mysql错误:Ignoring query to other database解决方法

时间:2020-07-20 10:58:29      阅读:110      评论:0      收藏:0      [点我收藏+]

标签:query   size   database   base   连接   databases   没有   family   mysql错误   

Mysql错误:Ignoring query to other database解决方法

今天登陆mysql show databases出现Ignoring query to other database错误,又试了几个命令和sql全部提示Ignoring query to other database错误

 

mysql> show databases;
Ignoring query to other database
mysql> show tables;
Ignoring query to other database

发现原来是在连接mysql时没有"-u"参数导致的

重新连接mysql 加上-u参数 一切正常

Mysql错误:Ignoring query to other database解决方法

标签:query   size   database   base   连接   databases   没有   family   mysql错误   

原文地址:https://www.cnblogs.com/sewen-H/p/13343048.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!