mysql Ignoring query to other database
admin
2023-05-18 06:42:51
0

mysql 碰到了Ignoring query to other database问题:

root@support ~]# mysql -root -p --socket=/tmp/mysql.sock
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 5
Server version: 5.6.22-log Source distribution
Copyright (c) 2000, 2011, 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 slave status\G
Ignoring query to other database
    -> Ctrl-C -- exit!
Aborted


Ignoring query to other database


百思不得其解,后面发现了错误原因。竟然是用户名漏了  -u,真是小糊涂。

错误:mysql -root -p --socket=/tmp/mysql.sock

正确:mysql -uroot -p --socket=/tmp/mysql.sock


[root@support ~]# mysql -uroot -p --socket=/tmp/mysql.sock
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 6
Server version: 5.6.22-log Source distribution
Copyright (c) 2000, 2011, 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 | 
| _client            | 
| mfi_appstore       | 
| mfi_boss_admin     | 
| mysql              | 
| performance_schema | 
| test               | 
+--------------------+


相关内容

热门资讯

FBI悬赏136万元追捕美国前... 综合国是直通车、红星新闻5月16日报道,美国联邦调查局(FBI)悬赏20万美元(约合人民币136万元...
一升乳胶漆能刷多少平方米 最佳回答 一升乳胶漆其实并不怎么多,差不多也就是一升可乐瓶的那么大的瓶子能够装一瓶那么这样的乳胶漆...
电冰箱不制冷的原因 最佳回答 电冰箱不制冷的原因可能就是电冰箱电源线损坏,导致电冰箱无法正常工作,遇到这种情况,我们只需...
电视内存多大的合适 电视内存多大的合适:电视内存一般,还是选择至少要1.5g到2g,运行内存存储内存要至少16g或者32...
天然气热水器多大容量比较合适呢 天然气热水器多大容量比较合适呢1、根据家里的面积和用水量来看,如果是共一个厨房两个卫生间,需要选择1...
燃气热水器排烟管可以走烟道吗 燃气热水器排烟管可以走烟道吗:燃气热水器排烟管不可以走公共烟道的,一般厨房都会装有公共烟道,是专门为...
马尔代夫5人潜水身亡,一军人在... 据马尔代夫媒体16日报道,马尔代夫国防军一名军人在搜救失踪潜水人员时身亡。报道说,遇难军人名为穆罕默...
世卫组织:非洲埃博拉疫情构成“... 新华社日内瓦5月17日电 世界卫生组织17日宣布,刚果(金)和乌干达出现的埃博拉疫情已构成“国际关注...
三大运营商即将免月租?官方回应 最近,大家在各大社交平台都可能刷到过这样一条消息——三大运营商即将全面推出免月租、按量计费套餐。有不...
利好来了!刚刚,上海传出重磅消... 跟算力产业相关的一则消息,突然刷屏! 据媒体报道,上海电信15日面向上海电信用户正式推出Token算...