hoge66

启动与停止   

1、启动  

MySQL安装完成后启动文件mysql在/etc/init.d目录下,在需要启动时运行下面命令即可。  

[root@test1 init.d]# /etc/init.d/mysql start 

或者:service mysql start

 

2、停止 

service mysql stop   

莫名其妙的执行了 mysqld  关了再启动这个页面,起来了……

 

 

分类:

技术点:

相关文章:

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