技術型的項目管理,才是真正的戰無不勝個人微博: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的主從備份的實現方案;