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

MySQL数据库

开发平台:

Visual C++

  1. .TH MYSQL 1 "13 June 1997"
  2. .SH NAME
  3. mysql - text-based client for mysqld, a SQL-based relational database daemon
  4. .SH SYNOPSIS
  5. .B mysql
  6. .RB [ -B | --batch ]
  7. .RB [ -# | --debug=
  8. .IR logfile ]
  9. .RB [ -T | --debug-info ]
  10. .RB [ -e | --exec=
  11. .IR command ]
  12. .RB [ -f | --force ]
  13. .RB [ -? | --help ]
  14. .RB [ -h | --host=
  15. .IR hostname ]
  16. .RB [ -n | --unbuffered ]
  17. .RB [ -p[pwd] ]
  18. .RI [ --password=[pwd] ]
  19. .RB [ -P | --port=
  20. .IR pnum ]
  21. .RB [ -q | --quick ]
  22. .RB [ -r | --raw ]
  23. .RB [ -s | --silent ]
  24. .RB [ -S | --socket=
  25. .IR snum ]
  26. .RB [ -u | --user=
  27. .IR uname ]
  28. .RB [ -v | --verbose ]
  29. .RB [ -V | --version ]
  30. .RB [ -w | --wait ]
  31. .SH DESCRIPTION
  32. The
  33. .IR mysql
  34. program provides a curses-based interface to the SQL-based database
  35. server daemon,
  36. .IR mysqld (1).
  37. Full fuller documentation, refer to the HTML documents installed with
  38. the package.
  39. .SH OPTIONS
  40. .TP
  41. .BR -B | --batch
  42. Print results with a tab as separator,
  43. each row on a new line.
  44. .TP
  45. fB-#fP|fB--debug=fPfIlogfilefP
  46. Employ the specified debug log.
  47. .TP
  48. .BR -T | --debug-info
  49. Print debug information upon exiting.
  50. .TP
  51. fB-e | --exec=fPfPcommandfP
  52. Execute the specified command and quit
  53. .BR ( --batch
  54. is implicit).
  55. .TP
  56. .BR -f | --force
  57. Continue even if the face of a SQL error.
  58. .TP
  59. .BR -? | --help
  60. Display a help message and exit.
  61. .TP
  62. fB-hfP|fP--host=fPfIhostnamefP
  63. Connect to the specified host.
  64. .TP
  65. .BR -n | --unbuffered
  66. Flush the buffer after each query.
  67. .TP
  68. fB-pfP|fB--passwordfP[fB=fPfIpwdfP]
  69. Employ the specified password when connecting to the database server.
  70. If a password is not supplied, it will be requested interactively.
  71. .TP
  72. fB-PfR|fB--port=fPfIpnumfP
  73. Employ the specified port number for connecting to the database server.
  74. .TP
  75. .BR -q | --quick
  76. Do not cache the result; print it row by row.
  77. This may slow down the server if the output is suspended.
  78. .TP
  79. .BR -r | --raw
  80. Write fields without conversion.
  81. (used with
  82. .BR --batch ).
  83. .TP
  84. .BR -s | --silent
  85. Silent mode: reduce the amount of output.
  86. .TP
  87. fB-SfP|fB--socket=fPfIsnumfP
  88. Employ the specified socket file for connecting to the database server.
  89. .TP
  90. fB-ufP|fB--user=fPfIunamefP
  91. Employ the specified user name for logging in to the server.
  92. .TP
  93. .BR -v | --verbose
  94. Verbose mode: write more
  95. Specifying this option
  96. .I twice
  97. produces a tabular output format.
  98. .TP
  99. .BR -V | --version
  100. Print the
  101. .I mysql
  102. version number and exit.
  103. .TP
  104. .BR -w | --wait
  105. Wait and retry if the database server connection is down.
  106. .SH FILES
  107. .TP 2.2i
  108. .I /depot/bin/mysql
  109. executable
  110. .TP
  111. .I /depot/bin/mysqld
  112. executable
  113. .TP
  114. .I /depot/bin/safe_mysqld
  115. executable shell script for starting mysqld safely
  116. .TP
  117. .I /site/var/mysql/data
  118. location of database files
  119. .SH EXAMPLE
  120. You can also read a backup dump file back into MySQL with: 
  121. .TP
  122. .BR mysql 
  123. fPfIdatabasefP 
  124. .BR < 
  125. backup-file.sql
  126. .SH "SEE ALSO"
  127. isamchk (1),
  128. isamlog (1),
  129. mysqlaccess (1),
  130. mysqladmin (1),
  131. mysqlbug (1),
  132. mysqld (1),
  133. mysqldump (1),
  134. mysqlshow (1),
  135. msql2mysql (1),
  136. perror (1),
  137. replace (1),
  138. safe_mysqld (1),
  139. which1 (1),
  140. zap (1),
  141. .SH AUTHOR
  142. Ver 6.3, distribution 3.20.20
  143. Michael (Monty) Widenius (monty@tcx.se),
  144. TCX Datakonsult AB (http://www.tcx.se).
  145. This software comes with no warranty.
  146. Manual page by R. P. C. Rodgers,
  147. Lister Hill National Center for Biomedical Communication,
  148. U.S. National Library of Medicine
  149. (rodgers@nlm.nih.gov).
  150. ." end of man page