Connecting to a MySQL database securely using PHP and SSL

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
DavoDeveloper
Forum Newbie
Posts: 1
Joined: Sat Mar 13, 2004 8:49 pm

Connecting to a MySQL database securely using PHP and SSL

Post by DavoDeveloper »

Hi Everyone,

I have been looking over the net (using general search engines) trying to get some tutorials (with code samples preferably) on using PHP/MySQL & SSL. I really need to learn how to securely connect to a MySQL database using SSL via PHP. If anybody out there knows of any good tutorials and or code samples on this it will be greatly appreciated if you can tell me where they can be found.

Thanks for your help.

Regards

David
ckuipers
Forum Commoner
Posts: 61
Joined: Mon Mar 24, 2003 6:10 am

Post by ckuipers »

Is your MySQL server running on the same server as your PHP, or are you connecting to a MYSQL server from your webserver with PHP?
Post Reply