Skip to content
This repository was archived by the owner on Feb 19, 2022. It is now read-only.
This repository was archived by the owner on Feb 19, 2022. It is now read-only.

Doesn't take into account MySQL port #4

@l3rady

Description

@l3rady

On my installations I am not running mysql on the default port off 3306.

So for WP to connect to a different MySQL port the port number will be held with the DB_HOST in the config.

For example define( 'DB_HOST', 'localhost:3307' );

The script needs to check for port in this config item and pass it to the mysql command with the option -P

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions