MySQL config for 2GB ram
- by Tiffany Walker
How is my config? Does it work well for 2GB? What would be an ideal config for a 2GB ram server?
[mysqld]
set-variable = max_connections=500
log-slow-queries
safe-show-database
local-infile=0
skip-networking
symbolic-links=0
max_connections = 500
key_buffer = 256M
myisam_sort_buffer_size = 64M
join_buffer_size = 2M
read_buffer_size = 2M…