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

Env: wp-env pipelines are failing with a MySQL connectivity error #29797

Closed
lephleg opened this issue Mar 11, 2021 · 1 comment
Closed

Env: wp-env pipelines are failing with a MySQL connectivity error #29797

lephleg opened this issue Mar 11, 2021 · 1 comment

Comments

@lephleg
Copy link
Contributor

lephleg commented Mar 11, 2021

Description

Well, I don't know if this is the most proper place to report this, but:

There's something wrong with the wp-env tool which automatically configures the development environment of WordPress and Gutenberg. I receive a MySQL connectivity error in my local installation with a false username (username_here). I can also see the same error all over the place in the PRs submitted recently (the last 22 hours) and got through the automated tests pipelines.

Step-by-step reproduction instructions

  1. Follow the Getting Started Contributor's guide
  2. Execute the npm run wp-env start command

Expected behaviour

Docker containers to start successfully.

Actual behaviour

Receive an error like the following:

✖ Error while running docker-compose command.
mysqlcheck: Got error: 1045: Access denied for user 'username_here'@'172.31.0.5' (using password: YES) when trying to connect

Screenshots or screen recording (optional)

Screenshot 2021-03-11 at 8 57 09 PM

@lephleg lephleg changed the title wp-env pipelines are failing with a MySQL connectivity error Env: wp-env pipelines are failing with a MySQL connectivity error Mar 11, 2021
@lephleg
Copy link
Contributor Author

lephleg commented Mar 11, 2021

Duplicate of #29752. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant