Our firewall automatically blocks remote MySQL connections from remote locations (anything other than localhost), unless the IP address is whitelisted.
To add your IP address to the MySQL whitelist:
- Log in to your Just Host cPanel account.
- Click the Remote MySQL icon under the Databases category.
- Click the [Add] link next to your IP address is: OR type in your IP address (or class C address) and click the add button
Note: You may visit Justhost.com/ip to find your IP address. The 'Class C' Address means you will whitelist all IP addresses under the first three octets of the IP address (ie: everything under 192.168.0.*).
Recommended Help Content
How do I remotely connect using a database management software?
A step by step guide on how to manipulate data in your mySQL tables using phpMyAdmin
Guidance on adding tables to your mySQL database in phpMyAdmin
Related Help Content
How to Restore your MySQL Database?
A tutorial on how to perminately delete columns from your mySQL database using phpMyAdmin
How do I import a backup of my database (.sql file) using phpMyAdmin?
A guide to duplicating a MySQL database using phpMyAdmin
A repository of information on how you can manage your database by using the phpMyAdmin interface.
This article will show you how to rename a database table in phpMyAdmin.
A guide on performing a standard SQL query using the phpMyAdmin interface
Step by step directions on how you can search your database using phpMyAdmin