Peter,
Wednesday, May 29, 2002, 4:39:52 AM, you wrote:

PM> I have just installed mysql 3.23.49 onto my Mandrake installation using the RPMs.

PM> How can I get the mysql server to start as the PC is booting ??

If you installed MySQL server from RPMs mysqld should automatically
run at the boot time. In other cases you should put mysql.server.sh (found in 
the distrib directory "support-files") into /etc/rc.d/init.d/ dir and create in the 
/etc/rc.d/rc3.d softlink on /etc/rc.d/init.d/mysql like

cd /etc/rc.d/rc3.d 
ln -s ../init.d/mysql ./S99mysql

PM> Pete




-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




---------------------------------------------------------------------
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

Reply via email to