On Mon, 2003-01-13 at 16:41, David Rock wrote: > Could someone please post the basics on connecting to a MySQL 4 server from > PHP at my website using a secure connection? The server is ready to accept > a connection, I'm just not sure what to do next to initiate it. It seems > like I would need to set something up at our ISP to talk securely to the > remote MySQL server but not sure what.
I would like to help you but I can't. This is PHP issue, not MySQL-s. SSL connections are supported by MySQL, they are also available in C API but I am not sure if and how PHP uses them. Looking up into PHP manual http://www.php.net/manual/en/ref.mysql.php won't show up needed functionality for this. You have three options: 1. Use third party tunnel (CIPE, stunnel, ssh for example) to encrypt communication. 2. If you really want these functions to appear, contribute community by sponsoring coding these functions into PHP. 3. do not use encryption or wait until somebody else does it for PHP. Tõnu --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php