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);

相关文章:

  • 2022-01-03
  • 2021-09-10
  • 2022-12-23
  • 2021-12-27
  • 2022-01-22
  • 2021-10-08
  • 2021-05-28
猜你喜欢
  • 2021-05-18
  • 2021-11-09
  • 2021-10-14
  • 2021-07-15
  • 2021-12-04
  • 2021-11-29
  • 2021-06-23
相关资源
相似解决方案