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

Posted sewen

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mysql错误:Ignoring query to other database解决方法相关的知识,希望对你有一定的参考价值。

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解决方法的主要内容,如果未能解决你的问题,请参考以下文章

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

MySQL报错:Ignoring query to other database的解决办法

mysql Ignoring query to other database

mariadb报Ignoring query to other database解决方法

mysql报错:Ignoring the redo log due to missing MLOG_CHECKPOINT between the checkpoint 63593957 and the

MySQL5.5, 插入数据, 报2013错误(2013 - Lost connection to MySQL server during query)