MySQL
Enable MySQL over SSL in PHP (PDO)
If you are using a MySQL server that does not live on the same server as your website or application you should strongly consider accessing your database over SSL to prevent any snooping of not only your data but also your database credentials. Of course, doing so is highly dependent on the developers of applications…
Read More