MySQL Server 5.6 defaults changes
- by user12626240
We're improving the MySQL Server defaults, as announced by Tomas Ulin at MySQL Connect. Here's what we're changing:
Setting
Old
New
Notes
back_log
50
50 + ( max_connections / 5 ) capped at 900
…