谈谈MYSQL ERROR 1045 错误的解决办法

谈谈MYSQL ERROR 1045 错误的解决办法

1、mysql -u root

2、use mysql

3、update user set password=old_password('scf') where user='root' and host='localhost' ;

4、FLUSH PRIVILEGES;

ok了试验一下!

需要整理一下mysql的主从备份的实现方案;

你可能感兴趣的:(谈谈MYSQL ERROR 1045 错误的解决办法)