New Installation with Remote MySql Database: Error: Database connection failed

Re: New Installation with Remote MySql Database: Error: Database connection failed

by Visvanath Ratnaweera -
Number of replies: 0
Picture of Particularly helpful Moodlers Picture of Translators
> $CFG->dbhost = 'MySQL_ServerIP#';

Did you try adding the port number, as in:
$CFG->dbhost = 'MySQL_ServerIP#:PORT';