RE: MYsql wont start

2004-01-04 Thread Don Matlock
, 2004 6:35 PM To: Don Matlock; MySQL List Subject: RE: MYsql wont start If you are using a myisam type which is default that log message isn't a problem. By switching to run level 5 does it work again? I switch between run levels on a regular basis so it shouldn't be the runlevel itsel

RE: MYsql wont start

2004-01-04 Thread Larry Brown
--Original Message- From: Don Matlock [mailto:[EMAIL PROTECTED] Sent: Sunday, January 04, 2004 7:24 PM To: 'Larry Brown'; [EMAIL PROTECTED] Subject: RE: MYsql wont start Hi, Thanx for the prompt reply. What I did is I told X not to start on boot, so I went into /etc/inittab and t

RE: MYsql wont start

2004-01-04 Thread Don Matlock
lto:[EMAIL PROTECTED] Sent: Sunday, January 04, 2004 6:06 PM To: Don Matlock; MySQL List Subject: RE: MYsql wont start The error is just telling you the server isn't there. Is this RH? If it is run.. #>service mysqld restart and see what messages you get if any and also check /var/log/

RE: MYsql wont start

2004-01-04 Thread Larry Brown
The error is just telling you the server isn't there. Is this RH? If it is run.. #>service mysqld restart and see what messages you get if any and also check /var/log/mysqld.log and see what messages it is giving. If it shows it started correctly, connect from the command line before doing anyt

Re: mysql wont start on SUSE

2002-07-01 Thread Chuck Payne
SuSE 8 and for that matter all version of SuSE MySQl doesn't run until you use YaST to turn it. That why it's not starting. You can start it your by the following command; /etc/rc.d/mysql start If there is no problem with mysql you should see this mysqld

Re: mysql wont start on SUSE

2002-07-01 Thread Chuck Payne
Have you went into YaST and turn it on? I won't run until you do so. You can start it yourself as well; /etc/rc.d/mysql start Chuck Payne On Monday, July 1, 2002, at 09:47 AM, Cal Evans wrote: > What's your log file say? > > * > * Cal Evans > * Journeyman Programmer > * Techno-Mage > * http:/

Re: mysql wont start on SUSE

2002-07-01 Thread Egor Egorov
Jacques, Monday, July 01, 2002, 4:28:25 PM, you wrote: JS> Anybody had a problem with MySQL that does not start on SUSE 8 with default JS> installation? JS> If yes, what was the problem? What do you mean "does not start"? If you get any error please provide more info. Check also you host_name.er

RE: mysql wont start on SUSE

2002-07-01 Thread Cal Evans
What's your log file say? * * Cal Evans * Journeyman Programmer * Techno-Mage * http://www.calevans.com * -Original Message- From: Jacques Steyn [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 8:28 AM To: Alexander Barkov Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: mysql w

Re: mysql wont start

2002-07-01 Thread Alexander Barkov
Hi! You can put this into /etc/my.cnf: [mysqld] user=root This will allow to run mysqld as root. However, consider running it under another account, it is safer. Satish Santhakumar wrote: > Hi Guys, > >MySQL wont start it says 'Security' error cannot > start mysql. Read the MySQL manual