DBI Methods


perror

perror displays error messages for error codes. You can use it to determine the meaning of errors returned by MySQL programs.

 % perror 142 MySQL error:  142 = Unknown character set used 

Usage

 perror [options] [err_code] ... 

Standard Options Supported by perror

 --help        --silent      --verbose     --version 

The --silent option causes only the error message and not the code to be displayed. The default is --verbose, which displays both the code and the message.

--info and -I are synonyms for --help.



MySQL The definitive guide to using, programming, and administering MySQL 4. 1 and 5. 0
Mysql: the Definitive Guide to Using, Programming, and Administering Mysql 4.1 and 5.0
ISBN: B003A1PKHY
EAN: N/A
Year: 2004
Pages: 190
Authors: Paul Dubois

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net