You can connect to your MySQL Server remotely however for security reasons native remote direct connections to the MySQL server are disabled. Therefore, you cannot use Navicat or other similar MySQL admin applications running on your computer to connect to the remote server directly unless the User Privileges has been configured.
- Host Name/IP Address: IP of Remote MySQL Server
- Port: 3306
- User Name: Your Username (root as default)
- Password: Your Password (<blank> as default)
If your Internet Service Provider (ISP) does not provide direct access to its server, Secure Tunneling Protocol SSH / HTTP is another solution.
See also:
General Settings for MySQL
Related topics:
Manage Users