Du kan bruge sikker forbindelse til MySQL:
MySQL side:http://dev.mysql.com/ doc/refman/5.5/da/secure-connections.html
PHP-side:http://php.net/manual/en/mysqli. real-connect.php (MYSQLI_CLIENT_SSL flag)
Jeg har ikke arbejdet med SSL-forbindelser til MySQL med PHP, men jeg tror, det ikke er svært at finde nødvendige oplysninger på http:// php.net , http://dev.mysql.com og http://google.com
Opdater
Dette kan hjælpe:http://www.madirish.net/node/244 , PHP til MySQL SSL-forbindelser , http://www.php.net/manual/en/ mysqli.ssl-set.php