I am a newbie wit PHPRunner and am encountering difficulties connecting to remote MySQL database via PHP.
I followed instructions of:
- Uploaded phprunner.php to website.
- Used browser to access http:/www/mydomainname/phprunner.php
- Connection screen appeared and I logged in and selected datbase.
- The schema appeared.
I returned to local install of PHPRunner
- Entered Host name
- Entered User
- Entered Password
- Checkmarked "Connect using PHP"
- Entered URL: http://mydomainname/phprunner.php
Upon clicking 'Connect', I receive following error.
"Unable to connect to the database. Host '50.23.53.240' is not allowed to connect to this MySQL server"
What must I do to resolve this problem?
Doug