The RPMS supplied by RedHat with version 7.1, work flawlessly. However,
on a redhat linux system, do an RPM install, making sure you meet all
the dependency requirements (i.e. libmysqlclient, etc). Most recent RPMs
already have a configuration to have the MySQL daemon automagically
start on boot...but if not, there are two keys here:

1) /sbin/chkconfig --level 345 mysql on
2) /etc/rc.d/init.d/mysqld start (or restart)

the first will make sure mysql starts on boot during run levels 3,4, and
5 and the second is how to start/restart the daemon once the server is
running

SRC RPMS are for production i386.rpm files not for normal installation.
If you install a src rpm, you will not install the actual binaries,
these are made specifically for rebuilding on your given platform.

HTH
-- 
Michael B. Weiner, Linux+, Linux+ SME
Systems Administrator/Partner
The UserFriendly Network (UFN)
--
Linux Registered User #94900    Have you been counted?
http://counter.li.org

PGP fprint: 30 1D CC BA 30 30 63 35  CD 58 E0 89 A9 17 CC C0  8C 55 F7
72
--
Dane Knudson wrote:
> 
> I have had to install MySQL from a source distribution as the RPM
> supplied with RH 7.1 doesn't work.  Being new to Linux (stop laughing),
> I have no idea how to get MySQL to start every time the server starts.
> Anyone who has a detailed instruction sheet (I am a newbie) on how to
> set-up the MySQL server automatically would be greatly appreciated.
> 
> Regards
> 
> Dane Knudson
> Account Manager - Technical
> Freedom Technologies
> Level 20, Tower 2
> 500 Oxford Street
> Bondi Junction NSW 2022
> Australia
> Tel: +61 (0) 2 9386-1777
> Fax: +61 (0) 2 9386-1577
> Mobile: 0417 252697
> E-mail:[EMAIL PROTECTED]
> www.freedomtechnologies.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