Hi; I installed mysql using yum, so I have an /etc/init.d/mysqld file. For some reason, however, mysqld doesn't boot on reboot of the machine. Please advise. TIA, Victor -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20091110/3a8a8747/attachment-0003.html>
maybe " chkconfig mysqld on " will help Gabe From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of Victor Subervi Sent: Tuesday, November 10, 2009 10:00 AM To: CentOS mailing list Subject: [CentOS] mysqld not starting on reboot Hi; I installed mysql using yum, so I have an /etc/init.d/mysqld file. For some reason, however, mysqld doesn't boot on reboot of the machine. Please advise. TIA, Victor -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20091110/05f2cd2e/attachment-0003.html>
2009/11/10 Victor Subervi <victorsubervi at gmail.com>:> I installed mysql using yum, so I have an /etc/init.d/mysqld file. For some > reason, however, mysqld doesn't boot on reboot of the machine. PleaseExecute the command "chkconfig mysqld on" Ben
From: Victor Subervi <victorsubervi at gmail.com>>I installed mysql using yum, so I have an /etc/init.d/mysqld file. For some reason, however, mysqld doesn't boot on reboot of the machine. Please advise.Did you use chkconfig like several people advised you to in previous posts? JD