Could it be done programmically using something like:
<?php ini_set("mysql.default_port", "3316"); ?>
or via .htaccess using something like:
php_value mysql.default_port 3316
Quote:
|
Originally Posted by Gayle just add the port to the end of the host in the configuration.php.
e.g. mysql.domain.com:3316 |