Feature #6107
Add default db port setting
Start date:
20/04/2013
Due date:
% Done:
100%
Estimated time:
Complexity:
Normal
SCRUM pts - complexity:
?
Description
There is currently no way in Chamilo to connect to its database on a non-default db port.
We're just missing a db_port setting (not defined by default, but used if defined) in configuration.php.
This also implies modifying the current places that use it (and apparently there's like 50 different places using some kind of db_host setting).
History
Updated by Julio Montoya over 7 years ago
- Status changed from Assigned to Feature implemented
- Assignee deleted (
Julio Montoya) - % Done changed from 0 to 100
2 new configuration options were added:
$_configuration['db_port'] = '3306'; $_configuration['db_driver'] = 'pdo_mysql';