View Single Post
Old 08-29-2012, 08:27 PM  
HostedinVegas
Confirmed User
 
Industry Role:
Join Date: Feb 2011
Posts: 110
Try this:

[mysqld]
skip-locking
query_cache_limit=1M
query_cache_size=16M
query_cache_type=1
max_user_connections=100
max_connections=120
interactive_timeout=100
wait_timeout=10
connect_timeout=10
thread_cache_size=96
key_buffer=8M
join_buffer=1M
max_allowed_packet=8M
table_cache=1024
record_buffer=1M
sort_buffer_size=1024K
read_buffer_size=1024K
max_connect_errors=60
read_rnd_buffer_size=1024K
myisam_sort_buffer_size=16M
max_heap_table_size=256M
tmp_table_size=256M
old_passwords=1
local-infile=0
skip-innodb

[mysql.server]
user=mysql

[safe_mysqld]
open_files_limit=15000

[mysqldump]
quick
max_allowed_packet=8M
max_allowed_packet=8M

[mysql]
no-auto-rehash

[isamchk]
key_buffer=16M
sort_buffer=16M
read_buffer=8
write_buffer=8M

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

[mysqlhotcopy]
interactive-timeout



Don't forget to restart mysql after saving the changes.


Anthony
__________________
Now Part of the Your Hosting Solutions / Hosting for a Dollar Network.Affordable Hosting Solutions
Shared Hosting, VPS, Dedicated Servers, and More !!
HostedinVegas is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote