Tag: mysql

Essential MySQL Tuning

TL;DR Make sure you increase innodb_buffer_pool_size from the stock value!

One of our client's servers (that we inherited from another developer) has been having some issues with high CPU load. Upon investigating, we found that MySQL was...

Read more

Avoid "localhost" when connecting to databases

by Leon Miller-Out

I've now run into trouble when using "localhost" as my database server address with a couple of unrelated database servers, namely MySQL and Microsoft SQL Server. At this point, it seems like a good rule of thumb to always use...

Read more

Tuning MySQL with tuning-primer.sh

by Leon Miller-Out

One of our clients has a MySQL server that sees moderate load. The MySQL server process often spikes one of the server's two CPUs. Without a lot of prior experience in tuning MySQL, I set out to figure out what was causing this...

Read more

64-bit MySQL, 32-bit Ruby

Happy New Year, everyone!

As is far too often the case these days, we ran into a problem while trying to make 32-bit software play nicely with 64-bit software. One of our OS X 10.5 workstations had 64-bit MySQL installed as well as fink's 32-bit...

Read more