Hi, i'd like to install ResourceSpace on my server, but my hosting provider is using to connection with mySQL database PORT 3307 (not the standard one 3307).
Is it possible to put this port number somewhere into the config file? And how can I do this?
PS. I find interesting, that when I 'm typing my SQL server information on setup.php and putting port number in the sql server field (
sql.my_sql_server_domain.pl:3307) the configuration gets green boxes (like it means it's valid), but in the next step, on login.php, I get an error:
/include/db.php line 84: mysqli_connect() [<a
href='function.mysqli-connect'>function.mysqli-connect</a>]:
(HY000/2005): Unknown MySQL server host '
sql.my_sql_server_domain.pl:3307'
(25)
Can you help me with it?