| |
adebonis |
Posted: Thu Mar 15, 2007 8:32 pm Post subject: MySQL on a diffrent port then 3306 |
|
|
|
SOLVED: I figured it out - easy
define('DB_SERVER', 'localhost:3307'); //server
We have a need to run 2 version of MySQL - Copper needs to connect to DB on another port besides 3006 but there is no attribute under config.php for port just DB_SERVER
Please advise. |
|
| |
|
 |
sieb |
Posted: Thu May 24, 2007 2:49 am Post subject: |
|
|
|
| In the DB_SERVER config line, just append the port to your servername, i.e. 'localhost:8306' |
|
| |
|
 |