faqts : Computers : Databases : MySQL : Shell Commands

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

56 of 160 people (35%) answered Yes
Recently 2 of 10 people (20%) answered Yes

Entry

How can I work out the type of error from an error number?
What does perror do?

Jan 23rd, 2000 18:17
Nathan Wallace, Maurice Aubrey


perror can tell you the type of error from an error number.  For
example, for error 27:

    [maurice@localhost src]$ /usr/local/mysql/bin/perror 27
    File too large