Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 求高手赐教my.ini优化设置!

[复制链接]
yysjwl 发表于 2009-12-8 02:47:18 | 显示全部楼层 |阅读模式
主机系统 Win2003 + IIS 6 + MySQL 5.0.18-nt + PHP 5.2.66

数据服务器配置:core(tm)2 q8200 CPU 4核 4G内存 30M独享
网站服务器配置:core(tm)2 E5200 CPU 2核 4G内存 15M独享

2台服务器属于一个机柜中 同一个交换机下


my.ini配置文件如下
#
[client]
port = 3306
[mysql]
default-character-set = latin1

[mysqld]
default-character-set = latin1
default-storage-engine = MYISAM
basedir = "D:\Program Files\MySQL\MySQL Server 5.0"
datadir = "D:\Program Files\MySQL\MySQL Server 5.0\data"
port = 3306
set-variable=local-infile=0
skip-locking
skip-innodb
skip-bdb

key_buffer_size = 512M
max_connections = 100000
max_allowed_packet = 2M
thread_cache = 16
table_cache = 4096
sort_buffer_size = 32M
read_buffer_size = 2M
read_rnd_buffer_size = 16M
join_buffer_size = 512M
query_cache_size = 64M
#this is add
delayed_queue_size=300
long_query_time=1
# Try number of CPU's*2 for thread_concurrency
thread_concurrency =4

myisam_sort_buffer_size = 8M
myisam_max_sort_file_size = 100G
myisam_max_extra_sort_file_size = 100G

[mysqldump]
quick
max_allowed_packet = 32M

[mysql]
no-auto-rehash
# Remove the next comment character if you are not familiar with SQL
#safe-updates

[myisamchk]
key_buffer=128M
sort_buffer = 128M
read_buffer = 8M
write_buffer = 8M

[mysqlhotcopy]
interactive-timeout

[WinMySQLadmin]
Server=D:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt.exe

encoding = CP1251
#

但是访问网站还是很卡。没有在数据服务器上的网站快!

求高手赐教my.ini优化。
 楼主| yysjwl 发表于 2009-12-8 02:59:42 | 显示全部楼层
来个高手帮帮我吧。。
回复

使用道具 举报

hao32 发表于 2009-12-8 10:38:48 | 显示全部楼层
不知道你说什么呢? 你就贴一个my.ini有什么用,这些个参数都是要有依据的,什么程序,怎么和数据库交互的,访问量什么的都没有,又没有什么通用的配置。
回复

使用道具 举报

 楼主| yysjwl 发表于 2009-12-8 15:09:59 | 显示全部楼层
dz7论坛程序噢。如果我放在数据库的服务器上运行访问不卡。但是我分离到网站服务器上访问就卡,怎么回事呢》?
回复

使用道具 举报

 楼主| yysjwl 发表于 2009-12-9 00:48:58 | 显示全部楼层
-在my.ini 里面的[mysqld]里面加入”–skip-name-resolve”终于解决问题了。。。哎。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-17 02:54 , Processed in 0.028333 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表