Skip to content

Dump files prefixed with "Warning: Using a password on the command line interface can be insecure." #55

@ghost

Description

Causes database imports to fail.

I'm using MySQL 5.6, which has improved security, which might be the problem.

Fixed by modifying tpls strings to set password variable:

     mysqldump: "MYSQL_PWD=<%= pass %> mysqldump -h <%= host %> -u<%= user %> <%= database %>",

     mysql: "MYSQL_PWD=<%= pass %> mysql -h <%= host %> -u <%= user %> <%= database %>",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions