转载本站文章请注明:
转载来至:[记录与PHP的PK经历]
本文链接: 让mysql 与 apache 在系统启动时自动运行
让mysql 与 apache 在系统启动时自动运行
编辑/etc/rc.d/rc.local 文件
增加如下二行:
/usr/local/apache2/bin/apachectl start
/usr/local/mysql5/bin/mysqld_safe start
中文关键字:mysql apache 文件 系统 自动 运行 local start bin apachectl usr mysqld rc safe etc

Post a Comment