MYSQL密碼管理

zhangsharp20發表於2016-07-09
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) (直接使用mysql登陸)



ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)(使用-u-p登陸,但密碼錯誤)


忘記密碼:

/etc/init.d/mysql stop
mysqld_safe --user=mysql --skip-grant-tables --skip-networking &

set password=password('123456')


./etc/init.d/mysql restart

mysql -u root -p123456

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29802484/viewspace-2121764/,如需轉載,請註明出處,否則將追究法律責任。

相關文章