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?

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:

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

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 Oct 2002,