Re: config.php
By the looks of things, mysqli_connect doesn’t support the “hostname:port” syntax on remote mysql servers (i.e. other than localhost), but mysql_connect does…
I’ve reported this as a bug and submitted a patch here:
By the looks of things, mysqli_connect doesn’t support the “hostname:port” syntax on remote mysql servers (i.e. other than localhost), but mysql_connect does…
I’ve reported this as a bug and submitted a patch here: