RE: Automatically start MySQLServer on RedHat Linux 7.3

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

RE: Automatically start MySQLServer on RedHat Linux 7.3

2002-12-04 Thread Theodore Reph
To get MySQL to automatically to start at bootup for mode 3: In /etc/rc.d/rc3.d, mv K12mysql to S12mysql. Theodore Reph [EMAIL PROTECTED] -Original Message- From: Ken Morley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 8:31 AM To: '[EMAIL PROTECTED]' Subject: Automatica

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,