【Mysql 學習】perror的使用方法
在mysql的使用過程中遇見很多錯誤,比如由於作業系統引起的,檔案或者目錄不存在,或者sql語句錯誤引起的。這些error 會有相應的程式碼:error#,Errcode#。"#"代表具體的錯誤號。perror可以檢視這些錯誤的詳細內容。
檢視perror的使用方法:
[root@YANG mysql]# perror
perror Ver 2.10, for pc-linux-gnu (i686)
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL license
Print a description for a system error code or an error code from
a MyISAM/ISAM/BDB table handler.
If you want to get the error for a negative error code, you should use
-- before the first error code to tell perror that there was no more options.
Usage: perror [OPTIONS] [ERRORCODE [ERRORCODE...]]
-?, --help Displays this help and exits.
-I, --info Synonym for --help.
--ndb Ndbcluster storage engine specific error codes.
-s, --silent Only print the error message.
-v, --verbose Print error code and message (default).
-V, --version Displays version information and exits.
Variables (--variable-name=value)
and boolean options {FALSE|TRUE} Value (after reading options)
--------------------------------- -----------------------------
ndb FALSE
verbose TRUE
[root@YANG mysql]# perror 30 60
OS error code 30: Read-only file system
OS error code 60: Device not a stream
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22664653/viewspace-683698/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- MYSQL— perror 錯誤碼詳情MySqlError
- perror error codeError
- 一、errno perror strerror的使用Error
- 【Mysql學習】mysql的使用入門MySql
- 【Mysql 學習】mysql 的使用入門MySql
- 學習MySQLMySql
- MySQL 學習MySql
- Mysql學習MySql
- 學習:FCKeditor使用方法技術詳解
- 【Mysql學習】LIMIT的使用MySqlMIT
- 【Mysql 學習】LIMIT 的使用MySqlMIT
- MYSQL學習(二) --MYSQL框架MySql框架
- 【NLP學習筆記】(一)Gensim基本使用方法筆記
- MySQL學習 - 索引MySql索引
- MySQL深度學習MySql深度學習
- Mysql學習教程MySql
- mysql學習(一)MySql
- mysql學習(二)MySql
- mysql學習二MySql
- 【Mysql 學習】字串MySql字串
- Django學習筆記—Comments庫的使用方法小記Django筆記
- MySQL的學習圖譜(初版)MySql
- MySQL 事務的學習整理MySql
- Mysql學習版本的選擇MySql
- APUE 1-8 strerror 和 perrorError
- 【Mysql 學習】Mysql 日誌(一)MySql
- 【Mysql 學習】mysql 字符集MySql
- 【Mysql 學習】Mysql 儲存引擎MySql儲存引擎
- mysql & oracle savepoint 使用方法MySqlOracle
- RedHat下MySQL的基本使用方法分享RedhatMySql
- 最簡單mysql的使用方法(轉)MySql
- MySql學習筆記MySql筆記
- MySQL學習之索引MySql索引
- MySQL學習之行鎖MySql
- MySQL學習記錄MySql
- mysql學習資料MySql
- MySQL分割槽學習MySql
- MYSQL-mysqldump學習MySql