Hello!
I’ve got a Private Sql (with 512 Mb of Ram) that I’m using for my wordpress website; currently the website has around 1k/3k visitors for month.
These are my base configuration. Is there something that I can improve?
wait_timeout = 60
max_allowed_packet = 2M
interactive_timeout = 60
innodb_buffer_pool_size = 128M
max_connections=100
local_infile = OFF
tmpdir=/dev/shm
max_user_connections=50
Thanks