How do I connect to the MySQL database remotely?

To connect to your MySQL database remotely, you will need to log into your control panel and go to your "MySQL Manager." After that you can grant remote access permission via the Access Hosts: section. You can either enter the IP address you will be connecting from or you can just enter % as a wildcard which will enable remote access
permission to anyone who has the correct login info.


When connecting, you should use the login and password that you created and granted access to your database via your MySQL Manager in your control panel.

  • 8 Users Found This Useful
Was this answer helpful?

Related Articles

How do I create MySQL databases?

Please follow the steps below to create MySQL databases Go to MySQL Manager in your Control...

How do I import a database using phpMyAdmin?

To import your MySQL database, you can use phpMyAdmin which is available in your control panel....

How do I import a database using Telnet/SSH?

If you have SSH access, you can use the following command to import your database. mysql -u...

How do I backup/export my database?

To export your database, you can use PHPMyAdmin which is available in your control panel....

Powered by WHMCompleteSolution