由 lksj 在 10-30-2004 09:40 发表:
如何让mysql开机就启动??
如题
由 gmx_163 在 10-30-2004 11:26 发表:
这问题复杂吗
方法1;开始时service mysqld start,运行service 命令可启动
方法2;使用mysql脚本启动,输入命令/etc/init.d/mysqld start
方法3:使用safe_mysqld实用程序启动Mysql,此方法使用可以使用相关参数,命令为safe_mysqld$,使用$符号将safe_mysql放在后台运行;
检测mysql是否被启动用service mysqld staus,返回信息一些running表示已经启动,也可用pstree|grep mysqld检测,
若希望MYSQL在下次系统启动时自动启动,可以使用如下命令;ntsysv
,兄弟,这次该知道了吧,好多服务器基本都这么配,哪本书上也有,呵呵
由 neplusultra 在 10-30-2004 15:55 发表:
用chkconfig
Today I sat near her as she played the
clavichord, all sorts of tunes and with so
much expression. So much! So much!
What could I do?
由 暗之神鹿 在 10-30-2004 18:58 发表:
chkconfig --level 35 mysql on
__________________<b