Re: MySQL and Redhat 7.3

2003-03-11 Thread Terence
Check the log for error messages, it's in the data directory... /usr/local/mysql/data/ - Original Message - From: "b b" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 12, 2003 6:27 AM Subject: MySQL and Redhat 7.3 Greetings, I am new to this list so I don't know if

RE: Mysql and RedHat 7.3

2002-09-27 Thread Brian . Duke
Oops correction: "If you run you system at a different run level like 3 then go to /rc3.d/ directory and change the file name there." -Original Message- From: Duke, Brian Sent: Friday, September 27, 2002 3:45 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Mysql and

Re: Mysql and RedHat 7.3

2002-09-27 Thread Robert Citek
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

RE: Mysql and RedHat 7.3

2002-09-27 Thread Brian . Duke
Redhat...Linux systems: running Xwindows login at runlevel5 cd /etc/rc.d/init.d/rc5.d/ search for "mysqld" mv ./K74mysqld ./S78mysqld The K denotes "Kill" The S denotes "Start" If you run you system at a different run level like 3 then go to /rc5.d/ directory and change the file name there. T