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

MySQL数据库

开发平台:

Visual C++

  1. .TH MYSQLSHOW 1 "19 December 2000"
  2. .SH NAME
  3. .BR mysqlshow
  4.  - Shows the structure of a mysql database (databases,tables and columns)
  5. .SH USAGE
  6. shell> mysqlshow [fPfIOPTIONSfP] [fPfIdatabase [table [column]]fP]
  7. .SH SYNOPSIS
  8. .B mysqlshow
  9. .RB [ -# | --debug=...]
  10. .RB [  -? | --help ]
  11. .RB [  -c |  --character-sets-dir=...]
  12. .RB [  -C | --compress  ]
  13. .RB [  -h | --host=... ]
  14. .RB [  -i | --status ]
  15. .RB [  -k | --keys ]
  16. .RB [  -p |  --passwordfPfI[=...]fP ]
  17. .RB [  -P |  --port=...  ]
  18. .RB [  -S |  --socket=... ]
  19. .RB [  -u |  --user=# ]
  20. .RB [  -V |  --version ]
  21. .SH DESCRIPTION
  22. .TP
  23. .BR -# | --debug=...
  24. output debug log. Often this is 'd:t:o,filename`
  25. .TP
  26. .BR  -? | --help
  27. display help and exit
  28. .TP
  29. .BR  -c | --character-sets-dir=...
  30. Directory where character sets are
  31. .TP
  32. .BR  -C | --compress
  33. Use compression in server/client protocol
  34. .TP
  35. .BR -h | --host=...
  36. connect to host
  37. .TP
  38. .BR  -i | --status 
  39. Shows a lot of extra information about each table
  40. .TP
  41. .BR  -k | --keys 
  42. show keys for table
  43. .TP
  44. .BR -p | --password fPfI[=...] fP 
  45. password to use when connecting to server
  46. If password is not given it's asked from the tty.
  47. .TP 
  48. .BR  -P | --port=...
  49. Port number to use for connection
  50. .TP
  51. .BR -S | --socket=...
  52. Socket file to use for connection
  53. .TP
  54. .BR  -u | --user=#
  55. user for login if not current user
  56. .TP 
  57. .BR  -V | --version
  58. output version information and exit  
  59. .SH NOTE
  60. If last argument contains a shell or SQL wildcard (*,?,% or _) then only
  61. what's matched by the wildcard is shown.
  62. If no database is given then all matching databases are shown.
  63. If no table is given then all matching tables in database are shown
  64. If no column is given then all matching columns and columntypes in table
  65. are shown
  66. .SH "SEE ALSO"
  67. isamchk (1),
  68. isamlog (1),
  69. mysqlaccess (1),
  70. mysqladmin (1),
  71. mysqlbug (1),
  72. mysqld (1),
  73. mysqldump (1),
  74. mysqlshow (1),
  75. msql2mysql (1),
  76. perror (1),
  77. replace (1),
  78. safe_mysqld (1),
  79. which1 (1),
  80. zap (1),
  81. .SH AUTHOR
  82. Ver 1.0, distribution 3.23.29a
  83. Michael (Monty) Widenius (monty@tcx.se),
  84. TCX Datakonsult AB (http://www.tcx.se).
  85. This software comes with no warranty.
  86. Manual page by L. (Kill-9) Pedersen 
  87. (kill-9@kill-9.dk), Mercurmedia Data Model Architect /
  88. system developer (http://www.mercurmedia.com)
  89. ." end of man page