Skip to content

Add ability to set custom MySQL ports

Latest
Compare
Choose a tag to compare
@skalenji skalenji released this 23 Aug 19:14
71e67cf

This release adds ability to configure magento with custom mysql ports, this is optional and backwards compatible

To use custom port set:

magento_config_db:
    ...
    port = [custom port number]

and

magento_db_connections:
  - type: "connection"
    databases:
        ...
        host: "[mysql host]:[custom port number]"