I'd suggest installing the MySQL RPMs from the MySQL.com website. They will setup all of the init.d scripts to handle startup/shutdown of the service.
Download all the RPMs to a directory on your server, then as root type, rpm -Uvh MySQL*.rpm Then you can stop/start it like this: service mysql (stop|start), and it will also be started and stopped automatically on boot/shutdown. Ian. -----Original Message----- From: Ken Morley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 9:31 AM To: '[EMAIL PROTECTED]' Subject: Automatically start MySQLServer on RedHat Linux 7.3 On my RedHat Linux 7.3 system with MySQL 3.23, I can manually start mysqld by using the following command: /usr/share/mysql/mysql.server start. I always want the SQL server daemon running, so how can I automate the startup? Also, isn't there a way to safely stop the daemon automatically on system shutdown? I have referred to the manual, but it is not specific to RH Linux 7.3 and I'm a newbie. Thanks very much for your help! Ken Morley --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php