linux下启动mysql的方法:

手动启动:

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

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

或者:service mysql start

自动启动:

1、察看mysql是否在自动启动列表中  

[root@test1 local]# /sbin/chkconfig –list  

2、把MySQL添加到你系统的启动服务组里面去  

[root@test1 local]# /sbin/chkconfig – add mysql

推荐:MySQL教程

来源:PY学习网:原文地址:https://www.py.cn/article.html

hmoban主题是根据ripro二开的主题,极致后台体验,无插件,集成会员系统
自学咖网 » linux怎么打开mysql