How to Optimize MySQL: Indexes, Slow Queries, Configuration – #SelectedArticles

MySQL is still the world’s most popular relational database, and yet, it’s still the most unoptimized – many people leave it at default values, not bothering to investigate further. via Did you enjoy this article? Then read the full version from the author’s website.

Using Docker to create a MySQL server – Rob Allen’s DevNotes – #SelectedArticles

When working on test code on my computer, I usually use the built-in PHP server (php -S) which works nicely. Every so often, I need access to MySQL and I use Docker to temporarily create a MySQL server for me. This is how I do it. This creates a Docker …

Back to Top