Re: Unable to Start the Server

2002-10-31 Thread Jason Thiesse
"No, I know a little about women." -- Thunderball Original Message Follows From: Mark Hennessy <[EMAIL PROTECTED]> To: Jason Thiesse <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: Unable to Start the Server Date: Wed, 30 Oct 2002 10:35:09 -0500 (EST) Chec

re: re: re: Unable to Start the Server

2002-10-31 Thread Victoria Reznichenko
[EMAIL PROTECTED]> JT> To: [EMAIL PROTECTED] JT> Subject: re: re: Unable to Start the Server JT> Date: Thu, 31 Oct 2002 11:54:02 +0200 JT> Jason, JT> Thursday, October 31, 2002, 3:01:15 AM, you wrote: JT>> "Error 13 means that mysqld doesn't have permissions on

re: re: Unable to Start the Server

2002-10-31 Thread Jason Thiesse
"Who is the owner of host.frm and other files?" root Should the owner be mysql? Original Message Follows From: Victoria Reznichenko <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: re: re: Unable to Start the Server Date: Thu, 31 Oct 2002 11:54:02 +0200 Jason, Thur

re: re: Unable to Start the Server

2002-10-31 Thread Victoria Reznichenko
Jason, Thursday, October 31, 2002, 3:01:15 AM, you wrote: JT> "Error 13 means that mysqld doesn't have permissions on the host.frm JT> file." JT> I changed the permissions on host.frm to the following: -rw-rw-rw- JT> I am still getting the same error. I tried a search on the archive for JT> "

re: Unable to Start the Server

2002-10-30 Thread Jason Thiesse
o <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: re: Unable to Start the Server Date: Wed, 30 Oct 2002 18:03:01 +0200 Jason, Wednesday, October 30, 2002, 5:15:54 PM, you wrote: JT> For the life of me I can not get mySQL server to start. JT> Background: JT> System: Red Hat 8.0 JT

Re: Unable to Start the Server

2002-10-30 Thread mails
Hi, run the safe_mysqld as mysql and not as root. Remove the directories " rm -rf /var/lib/mysql " and create it again as root and then "chown -R mysql.mysql /var/lib/mysql" then as mysql run "mysql_install_db" and again as mysql run "safe_mysqld" Bye. On Wed, 30 Oc

re: Unable to Start the Server

2002-10-30 Thread Victoria Reznichenko
Jason, Wednesday, October 30, 2002, 5:15:54 PM, you wrote: JT> For the life of me I can not get mySQL server to start. JT> Background: JT> System: Red Hat 8.0 JT> mySQL verion: whatever shipped with 8.0 JT> I think I have read the mysql.com documentation enough to determine either JT> a. I'm cl

Re: Unable to Start the Server

2002-10-30 Thread Mark Hennessy
Check the permissions on the files in /var/lib/mysql, they have to be readable and writable by the user that mysql runs as (usually mysql) if I recall correctly. -- Mark P. Hennessy [EMAIL PROTECTED] On Wed, 30 Oct 2002, Jason Thiesse wrote: > Date: W

Re: Unable to Start the Server

2002-10-30 Thread Martin Hudec
Hello Jason, just pasting you something what appeared whiles ago... If you have Redhat, a GLIBC upgrade might have broken your MySQL installation. (Look in the mailing list archives). What happens when you telnet to port 3306 on your Linux database server from the machine Tomcat is running on?