·您的位置: 首页 » 资源教程 » 编程开发 » 数据库 » MYSQL的DAEMON启动参数

MYSQL的DAEMON启动参数

类别: 数据库教程  评论数:0 总得分:0
假设你的启动脚本是/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.
-= 资 源 教 程 =-
文 章 搜 索
关键词:
类型:
范围:
纯粹空间 softpure.com
Copyright © 2006-2008 暖阳制作 版权所有
QQ: 15242663 (拒绝闲聊)  Email: faisun@sina.com
 纯粹空间 - 韩国酷站|酷站欣赏|教程大全|资源下载|免费博客|美女壁纸|设计素材|技术论坛   Valid XHTML 1.0 Transitional
百度搜索 谷歌搜索 Alexa搜索 | 粤ICP备19116064号-1