perror.1
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. .TH PERROR 1 "19 December 2000"
  2. .SH NAME
  3. .BR perror
  4. can be used to display a description for a system error code, or an MyISAM/ISAM table handler error code. The error messages are mostly system dependent. 
  5. .SH USAGE
  6. perror [OPTIONS] [ERRORCODE [ERRORCODE...]]
  7. .SH SYNOPSIS
  8. .B perror
  9. .RB [ -? | --help ]
  10. .RB [ -I | --info ]
  11. .RB [ -s | --silent ]
  12. .RB [ -v | --verbose ]
  13. .RB [ -V | --version ]
  14. .SH DESCRIPTION
  15. .TP 
  16. .BR  -? | --help    
  17. Displays this help and exits.
  18. .TP 
  19. .BR  -I | --info  
  20. Synonym for the above.
  21. .TP 
  22. .BR    -s | --silent 
  23. Only print the error message
  24. .TP 
  25. .BR    -v | --verbose
  26. Print error code and message (default).
  27. .TP 
  28. .BR -V | --version  
  29. Displays version information and exits.
  30. .SH EXAMPLE
  31. shell> perror 64 79
  32. Error code  64:  Machine is not on the network
  33. Error code  79:  Can not access a needed shared library
  34. .SH "SEE ALSO"
  35. isamchk (1),
  36. isamlog (1),
  37. mysqlaccess (1),
  38. mysqladmin (1),
  39. mysqlbug (1),
  40. mysqld (1),
  41. mysqldump (1),
  42. mysqlshow (1),
  43. msql2mysql (1),
  44. perror (1),
  45. replace (1),
  46. safe_mysqld (1),
  47. which1 (1),
  48. zap (1),
  49. .SH AUTHOR
  50. Ver 1.0, distribution 3.23.29a
  51. Michael (Monty) Widenius (monty@tcx.se),
  52. TCX Datakonsult AB (http://www.tcx.se).
  53. This software comes with no warranty.
  54. Manual page by L. (Kill-9) Pedersen 
  55. (kill-9@kill-9.dk), Mercurmedia Data Model Architect /
  56. system developer (http://www.mercurmedia.com)
  57. ." end of man page