Getting MySQL up and running in Docker

Recently, I needed to get an instance of MySQL up and running quickly to play around with different methods of loading a large CSV file (1.6 million rows) into a database. I wasn’t going to install MySQL locally so I decided to go with a MySQL Docker image and use that to trial different loading […]
