Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support empty password for mysql #899

Merged
merged 5 commits into from
Oct 15, 2018

Commits on Oct 4, 2018

  1. support empty password for mysql

    added MYSQL_ALLOW_EMPTY_PASSWORD=yes option when the passwrod is empty.
    ChungNT committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    eaa2fc1 View commit details
    Browse the repository at this point in the history
  2. add test for using empty password

    ChungNT committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    8584c24 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2018

  1. throw exception when empty password-non root user

    Add unit test for empty password with non root user.
    ChungNT committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    8941c13 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. address review comment

    ChungNT committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    23b2a7f View commit details
    Browse the repository at this point in the history
  2. add missing commit file

    ChungNT committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    70a7ead View commit details
    Browse the repository at this point in the history