0

I'm using software to access MySQL remotely. Can I connect to the database via https so the connection is safe?

For example, using a host of https://mydomain.com.

1 Answer 1

1

HTTPS is for connecting to web servers, not database servers. See the following MySQL documentation:

Using SSL for Secure Connections

How you use this from an application will depend on the language and driver. See this question for how to do it using PHP with the MySQLi extension.

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

Comments

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.