一.启动和停止Mysql服务

  1. 以管理的身份运行cmd,
    (以下来自度娘)

https://jingyan.baidu.com/article/ceb9fb10b53ab88cac2ba05b.html

  1. 使用net start/stop开启/关闭mysql服务
    在cmd中键入以下命令
    net start mysql
    net stop mysql
    (注意:可能你电脑的mysql不是叫Mysql,我的就叫mysql57,自行查看)
    mysql复习笔记之开启Mysql服务

相关文章:

  • 2021-12-16
  • 2022-12-23
  • 2021-11-20
  • 2022-02-08
  • 2021-11-26
  • 2021-04-30
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-28
  • 2022-02-01
  • 2022-02-23
  • 2022-03-01
  • 2022-12-23
相关资源
相似解决方案