MySQL中my.ini文件配置


https://blog.csdn.net/lienfeng6/article/details/78140404

MySQL服务启动后修改初始密码

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '123456';

https://blog.csdn.net/daocaoren92wq/article/details/83342742