1、具体安装配置步骤可参考以下方法
https://blog.csdn.net/qq_40933711/article/details/107795888
2、在修改密码时,我出现了错误 ERROR 2003 (HY000): Can’t connect to MySQL server on ‘localhost:3306’ (10061)
解决步骤:
(1)不要在my.ini文件下的在**[mysqld]**字段下任意一行添加 skip-grant-tables,已经添加注释掉。我在安装的时候,添加了skip-grant-tables会导致mysql启动后又立马关闭,所以一直出现错误ERROR 2003 (HY000): Can’t connect to MySQL server on ‘localhost:3306’ (10061);