mysqladmin.1
Upload User: tsgydb
Upload Date: 2007-04-14
Package Size: 10674k
Code Size: 4k
Category:

MySQL

Development Platform:

Visual C++

  1. .TH MYSQLADMIN 1 "18 December 2000"
  2. .SH NAME
  3.  mysqladmin [OPTIONS] command command....  - A utility for performing administrative operations
  4. .SH OPTION SYNOPSIS
  5. .B mysqladmin
  6. .RB [ -# | --debug=
  7. .IR logfile ]
  8. .RB [ -f | --force ]
  9. .RB [ -? | --help ]
  10. .BR [ --character-sets-dir=fPfIdirectoryfP ]
  11. .RB [ -C | --compress ]
  12. .RB [ -h | --host=[#] ]
  13. .RB [ -p[pwd] ]
  14. .RI [ --password=[pwd] ]
  15. .RB [ -P | --port=
  16. .IR pnum ]
  17. .RB [ -i | --sleep=
  18. .IR sec ]
  19. .RB [ -E | --vertical ]
  20. .RB [ -s | --silent ]
  21. .RB [ -S | --socket=
  22. .IR # ]
  23. .RB [ -r | --relative ]
  24. .RB [ -t | --timeout=
  25. .IR # ]
  26. .RB [ -u | --user=
  27. .IR uname ]
  28. .RB [ -v | --verbose ]
  29. .RB [ -V | --version ]
  30. .RB [ -w | --wait[=retries] ]
  31. .SH OPTION DESCRIPTION
  32. You can get a list of the options your version of 
  33. .IR mysqladmin 
  34. supports by executing 
  35. .BR "mysqladmin --help" 
  36. .SH OPTIONS
  37. .TP
  38. .BR -# | --debug=fPfIlogfilefP
  39. Output debug log. Often this is 'd:t:o,filename`
  40. .TP
  41. .BR -f | --force 
  42. Don't ask for confirmation on drop database; with
  43. multiple commands, continue even if an error occurs
  44. .TP
  45. .BR  -? | --help
  46.  Display help and exit
  47. .TP
  48. .BR  --character-sets-dir=fPfIdirectoryfP
  49. Set the character set directory
  50. .TP
  51. .BR  -C | --compress
  52. Use compression in server/client protocol
  53. .TP
  54. fB-hfP|fP--host=fPfIhostnamefP
  55. Connect to host
  56. .TP
  57. fB-pfP|fB--passwordfP[fB=fPfIpwdfP]
  58. Password to use when connecting to server
  59. If password is not given it's asked from the tty
  60. .TP
  61. fB-PfR|fB--port=fPfIpnumfP
  62. Port number to use for connection
  63. .TP  
  64. fB-ifR|fB--sleep=fPfIsecfP
  65. Execute commands again and again with a sleep between
  66. .TP
  67. .BR -r | --relative
  68. Show difference between current and previous values
  69. when used with 
  70. .BR -i
  71. . Currently works only with
  72. extended-status
  73. .TP
  74. .BR  -E | --vertical
  75. Print output vertically. Is similar to 
  76. .BR --relative,
  77. but prints output vertically.
  78. .TP
  79. .BR  -s | --silent
  80. Silently exit if one can't connect to server
  81. .TP
  82. fB-SfR|fB--socket=fPfIfilefP
  83. Socket file to use for connection
  84. .TP
  85. fB-tfR|fB--timeout=fPfIsecfP
  86. Timeout for connection to the mysqld server
  87. .TP
  88. fB-ufP|fB--user=fPfIunamefP
  89. User for login if not current user
  90. .TP
  91. .BR -v | --verbose
  92. Write more information
  93. .TP
  94. .BR -V | --version
  95. Output version information and exit
  96. .TP
  97. .BR -w | --wait
  98.   Wait and retry if connection is down
  99. .SH COMMAND SYNOPSIS  
  100. .B MySQLADMIN
  101. .RB [ "create fPfIdatabasenamefP "]
  102. .RB [ "drop fPfIdatabasenamefP" ]
  103. .RB [ extended-status ]
  104. .RB [ flush-hosts ]
  105. .RB [ flush-logs ]
  106. .RB [ flush-tables ]
  107. .RB [ flush-privileges ]
  108. .RB [ " kill id,id,... "  ]
  109. .RB [ "password fPfInew-passwordfP "]
  110. .RB [ ping ]
  111. .RB [ processlist  ]
  112. .RB [ reload ]
  113. .RB [ refresh ]
  114. .RB [ shutdown ]
  115. .RB [ slave-start ]
  116. .RB [ slave-stop ]
  117. .RB [ status ]
  118. .RB [ variables ]
  119. .RB [ version  ]
  120. .SH COMMANDS
  121. Where command is a one or more of: (Commands may be shortened)
  122. .TP
  123. .BR "create databasename"
  124. Create a new database
  125. .TP
  126. .BR "drop databasename"
  127. Delete a database and all its tables
  128. .TP
  129. .BR  extended-status
  130. Gives an extended status message from the server
  131. .TP
  132. .BR  flush-hosts 
  133. Flush all cached hosts
  134. .TP
  135. .BR flush-logs
  136. Flush all logs
  137. .TP
  138. .BR  flush-status
  139. Clear status variables
  140. .TP
  141. .BR  flush-tables
  142. Flush all tables
  143. .TP
  144. .BR  flush-threads
  145. Flush the thread cache
  146. .TP
  147. .BR  flush-privileges
  148. Reload grant tables (same as reload)
  149. .TP
  150. .BR  "kill id,id,..."
  151. Kill mysql threads
  152. .TP
  153. .BR  "password fPfInew-passwordfP" 
  154. Change old password to new-password
  155. .TP
  156. .BR  ping
  157. Check if mysqld is alive
  158. .TP
  159. .BR  processlist
  160. Show list of active threads in server
  161. .TP
  162. .BR  reload
  163. Reload grant tables
  164. .TP
  165. .BR  refresh
  166. Flush all tables and close and open logfiles
  167. .TP
  168. .BR  shutdown 
  169. Take server down
  170. .TP
  171. .BR  status
  172. Gives a short status message from the server
  173. .TP
  174. .BR  variables
  175. Prints variables available
  176. .TP
  177. .BR  version
  178. Get version info from server  
  179. .SH "SEE ALSO"
  180. isamchk (1),
  181. isamlog (1),
  182. mysqlaccess (1),
  183. mysqladmin (1),
  184. mysqlbug (1),
  185. mysqld (1),
  186. mysqldump (1),
  187. mysqlshow (1),
  188. msql2mysql (1),
  189. perror (1),
  190. replace (1),
  191. safe_mysqld (1),
  192. which1 (1),
  193. zap (1),
  194. .SH AUTHOR
  195. Ver 1.0, distribution 3.23.29a
  196. Michael (Monty) Widenius (monty@tcx.se),
  197. TCX Datakonsult AB (http://www.tcx.se).
  198. This software comes with no warranty.
  199. Manual page by L. (Kill-9) Pedersen 
  200. (kill-9@kill-9.dk), Mercurmedia Data Model Architect /
  201. system developer (http://www.mercurmedia.com)
  202. ." end of man page