set global validate_password_length=3;
ALTER USER 'root'@'%' IDENTIFIED BY 'Umta&152'; grant all privileges on *.* to 'root'@'%' identified by 'Umta&152';
#建
CREATE USER 'svc'@'localhost' IDENTIFIED BY 'Abc*231'; #建 CREATE USER 'svc'@'%' IDENTIFIED BY 'Abc*231';
grant all privileges on svc.* to 'svc'@'localhost' identified by 'Abc*231';
grant all privileges on svc.* to 'svc'@'%' identified by 'Abc*231';
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/100367.html原文链接: