1

I have to encrypt a connection between a PHP script one one server to a MySQL database on another server. What is the best way to do this using PHP? I'm open to any encryption method.

Thanks!

1

1 Answer 1

1

You can do this with an SSL connection.

Here's a link to the official documentation: http://dev.mysql.com/doc/refman/5.0/en/secure-connections.html

Sign up to request clarification or add additional context in comments.

1 Comment

perfect. That link led me to this site which looks promising, though I haven't tested it yet- madirish.net/?article=244. Thanks

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.