We612

环境:linux
操作:启动 关闭 查看mysql

设置开机自启:
systemctl enable mysqld.service

启动服务:
systemctl start mysqld.service 或 service mysqld start

关闭服务:
systemctl shutdown mysql.service 或 service mysqld shutdown

查看状态:
systemctl status mysql.service 或 service mysqld status

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-20
  • 2022-12-23
  • 2021-04-27
  • 2021-04-09
  • 2021-11-23
猜你喜欢
  • 2021-11-21
  • 2022-01-11
  • 2021-08-03
  • 2021-12-19
  • 2021-12-29
相关资源
相似解决方案