今天电脑上装的MySQL 突然不能启动了,于是就删除之后重新安装。但是在MySQL installer 中 init DataBase 之后却一直卡在starting Server 的流程上。
提示信息
the configuration step Starting Server is taking the longer than expected
最后在google上找到了问题所在。原文地址->->->
是由于电脑服务中的MySQL 登录选项中登录身份不知道为什么变成了网络登录
MySQL the configuration step Starting Server is taking the longer than expected
“我的电脑” -->管理–>服务–>MySQL–>右击属性–>登录身份选择 “本地系统账号”–>手动开启服务。安装即可完成。
MySQL the configuration step Starting Server is taking the longer than expected
ps:估计当时mysql启动不了也是这个原因造成的

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-01
  • 2022-12-23
  • 2021-06-23
  • 2021-06-23
  • 2022-01-10
  • 2021-11-17
猜你喜欢
  • 2021-09-09
  • 2021-06-17
  • 2022-01-17
  • 2021-08-01
  • 2022-12-23
  • 2022-02-08
  • 2021-07-06
相关资源
相似解决方案