4images Forum & Community

4images Help / Hilfe => Error Messages / Fehlermeldungen => Topic started by: V@no on February 25, 2006, 12:26:12 AM

Title: MySQL error: "Got error XX from ...."
Post by: V@no on February 25, 2006, 12:26:12 AM
These type of errors usualy occur when something happend with the server. There are so many codes that mysql could show, so there is no way they could be puplished here...
If you have shell access to your server, or to any other server that has MySQL installed, you can execute the following command:
Code: [Select]
perror XXwhere XX is the error code.

Here (http://dev.mysql.com/doc/refman/5.0/en/operating-system-error-codes.html) is a list of most common error codes. Also on that site, you have more chances find explanation of your error ;)

[UPDATE]
For Windows systems, the perror.exe you can find in 'mysql\bin' and you can execute it from command prompt (aka DOS prompt)
Title: Re: MySQL error: "Got error XX from ...."
Post by: servicebama on January 30, 2017, 08:36:28 AM
useful and practical