ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
摘要:参考文章:http://blog.sina.com.cn/s/blog_6605f0730100zf6n.html但是经试验过后有些问题,现在总结如下:1、# service mysql stop2、# mysqld_safe --user=mysql --skip-grant-tables --skip-networking&3、# mysql -u root mysql4、mysql> UPDATE user SETPassword=PASSWORD('newpassword') where USER='root' and host='
阅读全文
posted @ 2012-09-24 18:40
浙公网安备 33010602011771号