怎样用cmd命令快速启动和关闭MySQL数据库服务

2025-03-01 18:18:29
推荐回答(1个)
回答1:

注:MysqlServiceName 可以通过 net start,看看mysql的服务名。
停止:net stop MysqlServiceName
启动:net start MysqlServiceName