UNIX/Linux errno
What does your error mean?

errno

This page has been created to provide details about UNIX/Linux errno. Enter the error number and press submit to see the explanation of the error code. Many messages provided in MySQL make reference to the errno which gives a better indication as the source of the problem. Using this will tool will provide such clarfications.

It is possible to provide the errno in two distinct forms:

  • Numeric e.g. 2
  • Code e.g. ENOENT
Both of these will return "No such file or directory".
  • Results