wordpress: MySQL connection uses SSL encryption
Not always you have a www server (Apache) and database (MySQL) on same machine. If not, it’s good to use SSL during the database connection. The hosting provider have to support MySQL connection over SSL. See MySQL reference for details. To the WordPress 3.0.1 we need to add to the wp-config.php a line: define(’DB_SSL’, true); …