Page 1 of 1

I HAVE A QUESTION

Posted: Sat Nov 24, 2018 9:51 am
by mikayuki
We run our MySQL 5 server on a non standard port due to a parallel install of MySQL 4 (migration in process). Thus, the database server I want is not on port 3306. But when I specify db.host.com:3307, I get this message back:

Unknown MySQL server host 'db.host.com:3307'

I'm doing expert install, and there is no Mysql port option in the database options. And from looking through functions_installer.inc.php, it seems that S9y doesn't even support that option at all.

How can I get around this?

Thanks!