Access denied for user 'root'@'localhost' (using password: YES)
登录MySQL执行命令
mysql -u root -p
出现了 Access denied for user 'root'@'localhost' (using password: YES)
解决方法,将命令改为
mysql -uroot
成功
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQ...
原创
2018-10-06 07:52:31 ·
580 阅读 ·
0 评论