Ask community to help.
Moderators: Amaradana, TurboPT, TL Developers
-
dmicheneau
- TestLink user
- Posts: 1
- Joined: Wed Jan 25, 2006 10:52 am
Post
by dmicheneau »
Hi all,
How/where i can set the port of Mysql in your files installation or configuration of testlink-1.6.0 ?
I\'ve several server Mysql installed on sevral port (3306,3307,...).
thanks for your help.

-
fman
- Member of TestLink Community
- Posts: 3123
- Joined: Tue Nov 15, 2005 7:19 am
Post
by fman »
right there is not way to do this.
You need to hack the code and send us your changes then we will add
this in next versions.
-
shumberg
- TestLink user
- Posts: 2
- Joined: Sun Nov 19, 2017 5:32 pm
Post
by shumberg »
This worked for me in TestLink 1.9.16 (Moka pot):
In config_db.inc.php set DB_HOST to hostname:port, e.g. :
Code: Select all
define('DB_HOST', 'localhost:3307');