I have a MySQL server installed on an Nginx server on Debian 8.
The production page on the server, say example.com
has SSL installed in it.
This MySQL server will be used along with PHP to set and retrive data.
Now I am confused whether to add SSL for the connection between client and MySQL server? What is the best practice?