RE: Automatically start MySQLServer on RedHat Linux 7.3

2002-12-04 Thread Ian Zabel
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 Li

RE: Automatically start MySQLServer on RedHat Linux 7.3

2002-12-04 Thread Theodore Reph
7; 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

Re: Automatically start MySQLServer on RedHat Linux 7.3

2002-12-04 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Wed, 4 Dec 2002, Ken Morley wrote: > 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 ca

Re: Automatically start MySQLServer on RedHat Linux 7.3

2002-12-04 Thread Cory Hicks
Ken, Here's one way: >From a terminal window, logged in as root or su, run setup and then select services and you can select mysqld to be automatically started. HTH! Cory sql, mysql, select, query On Wed, 2002-12-04 at 08:31, Ken Morley wrote: > On my RedHat Linux 7.3 system with MySQL 3.23,

Automatically start MySQLServer on RedHat Linux 7.3

2002-12-04 Thread Ken Morley
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