标签:val ide .com alt length style html this ati
select @@validate_password_length;
SET PASSWORD = PASSWORD(‘your new password‘);
flush privileges;
新增用户并授权
use mysql; Grant all on *.* to ‘root‘@‘%‘ identified by ‘root用户的密码‘ with grant option;
flush privileges;
标签:val ide .com alt length style html this ati
原文地址:http://www.cnblogs.com/chenkg/p/6327366.html