sourcebroker / deployer-extended-database

Deployer tasks to manage database synchronization between application instances.
MIT License
38 stars 13 forks source link

[TASK] Use port-parameter in mysqli_connect #14

Closed mavolkmer closed 2 years ago

mavolkmer commented 2 years ago

DB-port is configurable through arguments and should be used for the connection as well.

Currently port is not used in connection which might lead to an error if db is only reachable through non-default port which might be configured before.

closes #15