forum.coppermine-gallery.net

Support => Older/other versions => cpg1.3.x Support => Topic started by: kegobeer on December 14, 2004, 04:37:45 am

Title: Complete listing of MySQL error codes
Post by: kegobeer on December 14, 2004, 04:37:45 am
The fine folks at MySQL provide a complete list of MySQL errors:

http://dev.mysql.com/doc/mysql/en/Error-handling.html

If you receive a MySQL error message, check out the MySQL site for a detailed explanation.

If you have shell access (*nix) or access to the mysql\bin directory (Windows) you can find out what the error code means by using the perror utility:

http://dev.mysql.com/doc/mysql/en/perror.html