深入MySQL--MySQL常见异常分析及处理方案1

1.Ignoring query to other database

【报错原因】

        登陆数据库缺少参数

        [root@lee ~]# mysql -root -p


【解决方法】

   补全的参数,整句话意思是使用root用户去登陆密码为000000

        [root@lee ~]# mysql -uroot -p000000


【错误示例】

        [root@lee ~]# mysql -root -p
        Enter password:
        Welcome to the MySQL monitor. Commands end with ; or \g.
        Your MySQL connection id is 21
        Server version: 5.5.48-log Source distribution

        Copyright (c) 2000, 2016, 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> Ctrl-C -- exit!
        Aborted

游客,如果您要查看本帖隐藏内容请回复

标签: 暂无标签
lee

写了 77 篇文章,拥有财富 653,被 13 人关注

转播转播 分享分享 分享淘帖
回复

使用道具

P3 | 发表于 2020-7-23 18:51:04
学习学习
回复

使用道具

P4 | 发表于 2021-1-13 14:25:56
谢谢分享
回复

使用道具

P3 | 发表于 2021-8-20 15:22:05
报错全吗
回复

使用道具

您需要登录后才可以回帖 登录 | 加入社区

本版积分规则

意见
反馈