当前位置:   article > 正文

mysql5.6 ERROR 1049 (42000): Unknown database ‘ *** ‘_error 1049 (42000): unknown database 'root

error 1049 (42000): unknown database 'root

mysql5.6登陆时报 ERROR 1049 (42000): Unknown database ’ *** ’

mysql -u root -p root
  • 1
D:\MySQL\bin>mysql -u root -p root
Enter password: ****
ERROR 1049 (42000): Unknown database 'root'
  • 1
  • 2
  • 3

排查问题:

一:首先我的本地myslq服务是开启的
在这里插入图片描述
二:环境变量配置了(如果没配 不会报这个错 是无法识别指令)
三:看报错 未知的数据库 root -p 密码 这是我登陆的密码
是不是我输入方式不对
-u 后面不加空格

D:\MySQL\bin>mysql -uroot -p root
Enter password: ****
ERROR 1049 (42000): Unknown database 'root'
  • 1
  • 2
  • 3

-p 后面不加空格

D:\MySQL\bin>mysql -uroot -proot
Warning: Using a password on the command line interface can be insecure.
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 6
Server version: 5.6.22-log MySQL Community Server (GPL)

Copyright (c) 2000, 2014, 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>
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15

进来了 说明-u后面加不加空格没有关系 -p后面不加空格 直接跟密码即可!

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Gausst松鼠会/article/detail/567864
推荐阅读
相关标签
  

闽ICP备14008679号