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

MySQL数据库

开发平台:

Visual C++

  1. .TH MYSQLD_MULTI  1 "20 December 2000" 
  2. .SH NAME 
  3. mysqld_multi  - is meant for managing several mysqld processes running in different UNIX sockets and TCP/IP ports. 
  4. .SH USAGE 
  5. mysqld_multi [OPTIONS] {start|stop|report} [GNR,GNR,GNR...]
  6. .SH SYNOPSIS 
  7. .B mysqld_multi  
  8. .RB [ --config-file=... ] 
  9. .RB [ --example  ] 
  10. .RB [ --help  ] 
  11. .RB [ --log=...  ] 
  12. .RB [ --mysqladmin=...  ] 
  13. .RB [ --mysqld=...  ] 
  14. .RB [ --no-log  ] 
  15. .RB [ --password=... ] 
  16. .RB [ --tcp-ip  ] 
  17. .RB [ --user=...  ] 
  18. .RB [ --version  ] 
  19. .SH DESCRIPTION 
  20. .TP
  21. .BR mysqld_multi 
  22. .TP
  23. .BR --config-file=...
  24. Alternative config file. NOTE: This will not affect this program's own options (group [mysqld_multi]), but only groups [mysqld#]. Without this option everything will be searched from the ordinary my.cnf file. 
  25. .TP
  26. .BR --example 
  27. Give an example of a config file. 
  28. .TP
  29. .BR --help 
  30. Print this help and exit. 
  31. .TP
  32. .BR --log=... 
  33. Log file. Full path to and the name for the log file. NOTE: If the file exists, everything will be appended. 
  34. .TP
  35. .BR --mysqladmin=... 
  36. mysqladmin binary to be used for a server shutdown. 
  37. .TP
  38. .BR --mysqld=... 
  39. mysqld binary to be used. Note that you can give safe_mysqld to this option also. The options are passed to mysqld. Just make sure you have mysqld in your environment variable PATH or fix safe_mysqld. 
  40. .TP
  41. .BR --no-log 
  42. Print to stdout instead of the log file. By default the log file is turned on. 
  43. .TP
  44. .BR --password=...
  45. Password for user for mysqladmin. 
  46. .TP
  47. .BR --tcp-ip 
  48. Connect to the MySQL server(s) via the TCP/IP port instead of the UNIX socket. This affects stopping and reporting. If a socket file is missing, the server may still be running, but can be accessed only via the TCP/IP port. By default connecting is done via the UNIX socket. 
  49. .TP
  50. .BR --user=... 
  51. MySQL user for mysqladmin. 
  52. .TP
  53. .BR --version 
  54. Print the version number and exit. 
  55. .SH NOTE 
  56. Please see the mysql manual for more detailed information on this.
  57. .SH "SEE ALSO" 
  58. isamchk (1),
  59. isamlog (1),
  60. mysqlaccess (1),
  61. mysqladmin (1),
  62. mysqlbug (1),
  63. mysqld (1),
  64. mysqldump (1),
  65. mysqlshow (1),
  66. msql2mysql (1),
  67. perror (1),
  68. replace (1),
  69. safe_mysqld (1),
  70. which1 (1),
  71. zap (1),
  72. .SH AUTHOR 
  73. Ver 1.0, distribution 3.23.29a
  74. Michael (Monty) Widenius (monty@tcx.se),
  75. TCX Datakonsult AB (http://www.tcx.se).
  76. This software comes with no warranty.
  77. Manual page by L. (Kill-9) Pedersen 
  78. (kill-9@kill-9.dk), Mercurmedia Data Model Architect /
  79. system developer (http://www.mercurmedia.com)
  80. ." end of man page