thinkbot
- Total activity 275
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 67
Comments
Recent activity by thinkbot-
run mysqltuner.pl and post results
-
adjust and restart query_cache_size = 150M table_definition_cache = 7000 key_buffer_size=1000M innodb_buffer_pool_size = 1000M remove those: net_buffer_length=8K query_cache_min_r...
-
You need to run mysql for a little bit more time than 1min, as recommendation says "MySQL started within last 24 hours - recommendations may be inaccurate" [--] Up for: 1m 10s (210 q [3.000 qps], ...
-
adjust: max_connections = 100 key_buffer = 25M join_buffer_size = 1M read_buffer_size = 128K sort_buffer_size = 256K table_cache = 6000 thread_cache_size = 100 connect_timeout = 5 query_cache_size...
-
copy here full my.cnf and full mysqltuner.pl result for now you can adjust in my.cnf innodb_buffer_pool_size = 50M innodb_log_buffer_size = 16M and restart service mysql restart
-
check your slow log and review the queries
-
adjust query-cache-type = 1 query-cache-size = 50M
-
MySQL on SSD would be great improvement definitely, but you must remember that SSDs have limited writes
-
run mysqltuner.pl and post the result
-
adjust my.cnf innodb_buffer_pool_size = 800M table_open_cache = 7000 key_buffer_size = 3500M thread_cache_size = 20 then restart