首页  >  文章  >  数据库  >  linux下启动MYSQL服务器以及配置自启动命令_MySQL

linux下启动MYSQL服务器以及配置自启动命令_MySQL

WBOY
WBOY原创
2016-06-01 13:36:221206浏览

bitsCN.com

linux下启动MYSQL服务器以及配置自启动命令

 

/usr/local/mysql/bin/mysqld_safe --user=mysql& 

 

注意MYSQL安装目录 

配置自启动 

 

通过vi /etc/rc.local 

 

常见命令 

 

#!/bin/sh 

# This script will be executed *after* all the other init scripts. 

# You can put your own initialization stuff in here if you don't 

# want to do the full Sys V style init stuff. 

 

touch /var/lock/subsys/local 

/usr/local/apache/bin/apachectl start 

/usr/local/mysql/bin/mysqld_safe --user=mysql & 

mount -t nfs 192.168.0.85:/var/www/html/cache /var/www/html/cache 

 

bitsCN.com
声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn