技术型的项目管理,才是真正的战无不胜个人微博:http://t.qq.com/badboyryan
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的主从备份的实现方案;