第一步: vi /etc/my.cnf 在[mysqld] 下 增加 --skip-grant-tables
第二步: service mysql restart
第三步: shell>mysql 进入 控制台
4: use mysql
5: update user set authentication_string = password("123456") where user='root';
第一步: vi /etc/my.cnf 在[mysqld] 下 增加 --skip-grant-tables
第二步: service mysql restart
第三步: shell>mysql 进入 控制台
4: use mysql
5: update user set authentication_string = password("123456") where user='root';