莱芜公司做网站西安百度推广代理商
ALTER USER ‘root’@‘localhost’ IDENTIFIED BY ‘new_password’;
ALTER USER ‘root’@‘%’ IDENTIFIED BY ‘new_password’;
》
SET GLOBAL read_only = OFF;
select * from mysql.user;
ALTER USER ‘root’@‘localhost’ IDENTIFIED BY ‘new_password’;
ALTER USER ‘root’@‘%’ IDENTIFIED BY ‘new_password’;
》
SET GLOBAL read_only = OFF;
select * from mysql.user;