时间:2021-07-01 10:21:17 帮助过:18人阅读
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%‘;
mysql
标签:insecure art div mysq blog auth update ali user