Greetings,
 
I am developing an application that will access a MySQL database remotely from another server.  I would like to be able to use a standard database connection using the 3306 port if possible for ease of development, but I certainly do not want to be sending unencrypted data between my application and the database. 
 
Is there a way to encrypt the database transactions between PHP and a remote MySQL database?
 
Matt
 
-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to