本文主要是介绍MySQL笔记(2)mysqld_safe,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
知识来源《PHP与MySQL程序设计》第四版
cd /usr/
./bin/mysqld_safe --verbose --help
./bin/mysqld_safe --verbose --help
Usage: ./bin/mysqld_safe [OPTIONS]The following options may be given as the first argument:--no-defaults Don't read the system defaults file--defaults-file=FILE Use the specified defaults file--defaults-extra-file=FILE Also use defaults from the specified fileOther options:--ledir=DIRECTORY Look for mysqld in the specified directory--open-files-limit=LIMIT Limit the number of open files--core-file-size=LIMIT Limit core files to the specified size--timezone=TZ Set the system timezone--malloc-lib=LIB Preload shared library LIB if available--mysqld=FILE Use the specified file as mysqld--mysqld-version=VERSION Use "mysqld-VERSION" as mysqld--nice=NICE Set the scheduling priority of mysqld--plugin-dir=DIR Plugins are under DIR or DIR/VERSION, ifVERSION is given--skip-kill-mysqld Don't try to kill stray mysqld processes--syslog Log messages to syslog with 'logger'--skip-syslog Log messages to error log (default)--syslog-tag=TAG Pass -t "mysqld-TAG" to 'logger'All other options are passed to the mysqld program.
参考链接:关于mysql_safe的介绍
https://www.jb51.net/article/52259.htm
http://blog.itpub.net/30126024/viewspace-2221483/
这篇关于MySQL笔记(2)mysqld_safe的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!