码迷,mamicode.com
首页 > 数据库 > 详细

ERROR 1044 (42000): Access denied for user 'root'@'localhost' to database 'mysql'(转)

时间:2017-12-26 20:56:36      阅读:364      评论:0      收藏:0      [点我收藏+]

标签:ase   family   base   user   nbsp   bar   amp   denied   tag   

解决ERROR 1044 (42000): Access denied for user ‘‘@‘localhost‘ to database ‘mysql‘

原创 2014年05月11日 11:42:25
 

 

# /etc/init.d/mysql stop 

# mysqld_safe --user=mysql --skip-grant-tables --skip-networking & 
# mysql -u root mysql 

mysql> UPDATE user SET Password=PASSWORD(’newpassword’) where USER=’root’; 

delete from user where USER=‘‘;

mysql> FLUSH PRIVILEGES; 
mysql> quit;

ERROR 1044 (42000): Access denied for user 'root'@'localhost' to database 'mysql'(转)

标签:ase   family   base   user   nbsp   bar   amp   denied   tag   

原文地址:https://www.cnblogs.com/miaoer/p/8119625.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!