Hi,
I have to build a system like this:
a)One dedicatd server with MySQL
b)Another dedeciated server containing PHP scripts that deal with a) (search engine etc etc).
c) accesibly through the internet.
The problem is: the info in the MySQL database is confidentional. So all connections made should be secure.
How can I have the php scripts communicate with the MySQL server via a encrypted connection?
And what are possbile security risks?
I have to build a system like this:
a)One dedicatd server with MySQL
b)Another dedeciated server containing PHP scripts that deal with a) (search engine etc etc).
c) accesibly through the internet.
The problem is: the info in the MySQL database is confidentional. So all connections made should be secure.
How can I have the php scripts communicate with the MySQL server via a encrypted connection?
And what are possbile security risks?