RE: Mysql error message

2004-02-04 Thread Mike Johnson
From: vincent.gueu [mailto:[EMAIL PROTECTED] > I've installed mysql under Linux and what I do, I always have this > number of error message :"040204". > Please I need your help! > Thank u I have no idea what your problem is, but I'd be amused if you had the number "040205" tomorrow (those

Re: Mysql error message

2004-02-04 Thread vpendleton
Are you able to start the MySQL server? Is there anything being logged to the hostname.err log? >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 2/3/04, 7:23:50 PM, "vincent

Mysql error message

2004-02-04 Thread vincent\.gueu
I've installed mysql under Linux and what I do, I always have this number of error message :"040204". Please I need your help! Thank u Vinx Accédez au courrier électronique de La Poste : www.laposte.net ; 3615 LAPOSTENET (0,34€/mn) ; tél : 08 92 68 13 50 (0,34€/mn) -- MySQL General Mailin

Re: How to get all of mysql error message

2001-08-22 Thread Dr. Werner Stürenburg
½ÉÃæº¸ schrieb am Mittwoch, 22. August 2001, 11:50:05: > Hi. > I examined mysql/Docs/mysqld_error.txt. > But this file has error information from errno 1000 to 1175. > I want to know all of error numbers and messages I can see when programming > mysql access code. >From the shell, use perror

How to get all of mysql error message

2001-08-22 Thread 심충보
Hi. I examined mysql/Docs/mysqld_error.txt. But this file has error information from errno 1000 to 1175. I want to know all of error numbers and messages I can see when programming mysql access code. Does anybody know the way? Thanks in advance.!! --