To add mysql user with remote access to the database you have to:
- bind mysql service to external IP address on the server
- add mysql user for remote connection
- grant user permissions to access the database
To add mysql user with remote access to the database you have to: