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

Fix issue #5534. mysql password quoting #5536

Open
wants to merge 2 commits into
base: 12.x
Choose a base branch
from

Commits on Apr 13, 2023

  1. Fix issue drush-ops#5534

    Although it was suggested enclosing the password in backticks would resolve this.  Further testing indicated that it didn't work when the password contains a backtick.  Also, the quoting mentioned in my previous attempt at a PR regarding the database name doesn't really have anything to do with this in my opinion.  I could put a check in to see if that was set but again in my opinion there is never a reason to not perform what the fix is doing since it is always a possiblity that a user will use a backtick in their password.
    wdouglascampbell committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    9ca72bd View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    a113463 View commit details
    Browse the repository at this point in the history