启动服务控制台报错 版本mysql8.0.23 win10
C:\Windows\system32>net start MySQL
The MySQL service is starting.
The MySQL service could not be started.
The service did not report an error.
More help is available by typing NET HELPMSG 3534.
输入 NET HELPMSG 3534. 仍显示无异常
重启多次后仍无效,这不是第一次安装mysql,之前很长一段时间服务都启动正常。
多重启几次,要么卸了重装
试一下这个命令 mysqld --initialize ,然后重新启动试试.如果还不行就把Mysql所有的文件删除干净,重新进行安装.具体可参考这个
https://blog.csdn.net/u012874209/article/details/56017296