让mysql 与 apache 在系统启动时自动运行
编辑/etc/rc.d/rc.local 文件
增加如下二行:
/usr/local/apache2/bin/apachectl start
/usr/local/mysql5/bin/mysqld_safe start
Archives
Links
-
Recent Comments
让mysql 与 apache 在系统启动时自动运行
编辑/etc/rc.d/rc.local 文件
增加如下二行:
/usr/local/apache2/bin/apachectl start
/usr/local/mysql5/bin/mysqld_safe start
Post a Comment