Hello Luc,
At 03:13 PM 9/27/2002 -0400, Luc Foisy wrote: >When I installed Mysql ( whatever the current 3.x series is on RedHat 7.3, >the service did not start when I restarted. If you have gnome installed, >you can acess Service Configuration and set MySQL to start when system >boots. Just information for those that may experience this. When you say "restarted" do you mean "rebooted?" If so, you can also check/set the service to on/off using the command line (i.e. regardless of window manager) with chkconfig. For example, to check if MySQL is set to turn on automatically, login as root and type: chkconfig --list mysqld To set mysqld to start automatically for runlevels 3, 4, and 5: chkconfig --level 345 mysqld on To start the mysqld service manually in the current runlevel, type: service mysqld start This works for RedHat Linux 7.x and maybe other linux distributions (Mandrake, SuSE, etc.) HTH, - Robert --------------------------------------------------------------------- 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