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.!! --