程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 數據庫知識 >> MYSQL數據庫 >> 關於MYSQL數據庫 >> 講解查看MySQL數據庫錯誤碼的三個方法

講解查看MySQL數據庫錯誤碼的三個方法

編輯:關於MYSQL數據庫

查看MySQL數據庫錯誤碼(error code)的三個方法:


◆1. MySQL Reference Manual有Appendix B. Error Codes and Messages


◆2. 查看頁面:http://dev.MySQL.com/doc/refman/5.0/en/error-handling.Html


◆3. MySQL的bin目錄下提供了perror.exe工具,使用方法如下:


# /usr/local/MySQL/bin/perror 10

Error code 10: No child processes


# /usr/local/MySQL/bin/perror 127

Error code 127: Network is down

127 = Record-file is crashed


# /usr/local/MySQL/bin/perror 134

Error code 134: Transport endpoint is not connected

134 = Record was already deleted (or record file crashed)

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved