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

MySQL数据库

开发平台:

Visual C++

  1. .TH SAFE_MYSQLD   1 "19 December 2000"
  2. .SH NAME
  3. .BR safe_mysqld
  4. is the recommended way to start a mysqld daemon on Unix. safe_mysqld adds some safety features such as restarting the server when an error occurs and logging run-time information to a log file. 
  5. .SH SYNOPSIS
  6. .B safe_mysqld
  7. .RB [ --basedir=fPfIpathfP ]
  8. .RB [ --core-file-size=# ]
  9. .RB [ --defaults-extra-file=fPfIpathfP ]
  10. .RB [ --defaults-file=fPfIpathfP ]
  11. .RB [ --open-files=# ]
  12. .RB [ --datadir=fPfIpathfP ]
  13. .RB [ --err-log=fPfIpath fP]
  14. .RB [ --ledir=path ]
  15. .RB [ --log=fPfIpathfP ]
  16. .RB [ --no-defaults ]
  17. .RB [ --open-files=# ]
  18. .RB [ --pid-file=fPfIpathfP ]
  19. .RB [ --port=# ]
  20. .RB [ --socket=fPfIpathfP ]
  21. .RB [ --timezone=# ]
  22. .RB [ --user=# ]
  23. .SH DESCRIPTION
  24. .TP 
  25. .BR --basedir=fPfIpath fP
  26. .TP 
  27. .BR --core-file-size=# 
  28. .TP 
  29. .BR --defaults-extra-file=fPfIpath fP
  30. .TP 
  31. .BR --defaults-file=fPfIpath fP
  32. .TP 
  33. .BR --open-files=# 
  34. Size of the core file mysqld should be able to create. Passed to ulimit -c. 
  35. .TP 
  36. .BR --datadir=fPfIpath fP
  37. .TP 
  38. .BR --err-log=fPfIpath fP
  39. .TP 
  40. .BR --ledir=fPfIpath fP
  41. Path to mysqld 
  42. .TP 
  43. .BR --log=fPfIpath fP
  44. .TP 
  45. .BR --no-defaults 
  46. .TP 
  47. .BR --open-files=# 
  48. Number of files mysqld should be able to open. Passed to ulimit -n. 
  49. .TP 
  50. .BR --pid-file=fPfIpath fP
  51. .TP 
  52. .BR --port=# 
  53. .TP 
  54. .BR --socket=fPfIpath fP
  55. .TP 
  56. .BR --timezone=# 
  57. Set the timezone (the TZ) variable to the value of this parameter. 
  58. .TP 
  59. .BR --user=# 
  60. .SH NOTE
  61. Note that all options on the command line to safe_mysqld are passed to mysqld. If you wants to use any options in safe_mysqld that mysqld doesn't support, you must specify these in the option file. 
  62. .SH "SEE ALSO"
  63. isamchk (1),
  64. isamlog (1),
  65. mysqlaccess (1),
  66. mysqladmin (1),
  67. mysqlbug (1),
  68. mysqld (1),
  69. mysqldump (1),
  70. mysqlshow (1),
  71. msql2mysql (1),
  72. perror (1),
  73. replace (1),
  74. safe_mysqld (1),
  75. which1 (1),
  76. zap (1),
  77. .SH AUTHOR
  78. Ver 1.0, distribution 3.23.29a
  79. Michael (Monty) Widenius (monty@tcx.se),
  80. TCX Datakonsult AB (http://www.tcx.se).
  81. This software comes with no warranty.
  82. Manual page by L. (Kill-9) Pedersen 
  83. (kill-9@kill-9.dk), Mercurmedia Data Model Architect /
  84. system developer (http://www.mercurmedia.com)
  85. ." end of man page