windows控制台下进行mysql服务启动与停止:

使用command+r键打开dos界面,使用以下命令即可。

如果使用命令返回:系统错误5,用管理员身份进入dos界面即可操作。

启动数据库:net start mysql

停止数据库服务:net stop mysql

操作如下图所示:mysql服务启动与停止

相关文章:

  • 2021-12-28
  • 2021-10-16
  • 2021-10-16
  • 2021-12-16
  • 2021-12-27
  • 2021-12-27
  • 2021-10-18
猜你喜欢
  • 2021-11-14
  • 2021-12-28
  • 2021-11-04
  • 2021-11-14
  • 2021-08-03
  • 2021-11-09
相关资源
相似解决方案