在 vim /etc/my.cnf配置文件中增加:
validate_password=off
default_password_lifetime=0
重新启动
执行:update mysql.user set authentication_string=password('123456') where user='root' ;
在 vim /etc/my.cnf配置文件中增加:
validate_password=off
default_password_lifetime=0
重新启动
执行:update mysql.user set authentication_string=password('123456') where user='root' ;