三度网教程:是一个免费提供流行视频软件教程、在线学习分享的学习平台!

MySQL 的 Daemon 打开参数

时间:2022-10-7作者:未知来源:三度网教程人气:


假设你的启动脚本是/etc/init.d/mysql

那么找到$bindir/safe_mysqld这行,加上如下参数

-O max_connections=1000 -O wait_timeout=500 -O interactive_timeout=500

当然,得根据你的实际情况加以修改,不过默认值对于我们公司这样负载的服务器是不可想象的……

现在,你的MySQL启动文件有可能看起来像这样:

............

$bindir/safe_mysqld --user=mysql --datadir=$datadir --pid-file=$pid_file -O max_connections=1000 -O wait_timeout=500 -O interactive_timeout=500&

............

修改完成之后,重启MySQL即可,注意一定要先使用mysqladmin shutdown 服务器。

推荐在my.cnf中配置这些参数。

如果你有MySQL的源代码版本,你可以在support-files目录下找到my-huge.cnf, my-large.cnf

分别打开看看,选择适合你的那个文件

抄一段话:

# You can copy this file to
# /etc/my.cnf to set global options,
# mysql-data-dir/my.cnf to set server-specific options (in this
# installation this directory is @localstatedir@) or
# ~/.my.cnf to set user-specific options.
#
# One can in this file use all long options that the program supports.
# If you want to know which options a program support, run the program
# with --help option.

建议加入精华:)

关键词:  MySQL    Daemon  打开参数





Copyright © 2012-2018 三度网教程(http://www.3du8.cn) .All Rights Reserved 网站地图 友情链接

免责声明:本站资源均来自互联网收集 如有侵犯到您利益的地方请及时联系管理删除,敬请见谅!

QQ:1006262270   邮箱:kfyvi376850063@126.com   手机版