Day: April 26, 2015

  • Using SSL with MySQL

    If you ever make remote connections to a MySQL database, it’s extremely important to connect over SSL. Otherwise, you run the risk of someone seeing data in transit, modifying data in transit, or, worst of all, stealing your credentials. This could be an utter disaster. Unfortunately, getting MySQL to use SSL is kind of complicated. Here’s how…