mysql命令:
mysqld --initialize-insecure
net stop mysql
net start mysql
update mysql.user set authentication_string=password(‘root‘) where user=‘root‘;
show variables like ‘%case%‘;
标签:insecure art div mysq blog auth update ali user
mysql命令:
mysqld --initialize-insecure
net stop mysql
net start mysql
update mysql.user set authentication_string=password(‘root‘) where user=‘root‘;
show variables like ‘%case%‘;
标签:insecure art div mysq blog auth update ali user
原文地址:https://www.cnblogs.com/luoyunyong/p/8143120.html