标签:grant ges 密码 man tar sql数据库 str use move
/etc/my.cnf
skip-grant-tables
under [mysqld]
mysql -u root -p
mysql> flush privileges;
ALTER USER ‘root‘@‘localhost‘ IDENTIFIED BY ‘NewPassword‘;
mysql -u root -p
标签:grant ges 密码 man tar sql数据库 str use move
原文地址:http://www.cnblogs.com/kedarui/p/6606628.html