在安装最新版本的Mysql服务的时候出现了下面问题
Attempting to start service MySQL80...
Failed to start service MySQL80.
Waiting until a connection to MySQL Server 8.0.25 can be established (with a maximum of 10 attempts)...
Retry 1: Attempting to connect to Mysql@localhost:3306 with user root with no password...
MySQL error 1042: Unable to connect to any of the specified MySQL hosts.
Waiting 5 seconds before the next connection attempt...
Retry 2: Attempting to connect to Mysql@localhost:3306 with user root with no password...
解决:
1.右键电脑管理,打开服务找到mysql服务

2.右键打开属性并切换到登录标签,勾选上本地系统账户和下面的选项,随后应用,即可解决。

本文详细描述了在安装Mysql 8.0.25时遇到的连接问题,通过指导如何在Windows系统中使用本地系统账户修复,确保服务启动。





