You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
✖ 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)
The text was updated successfully, but these errors were encountered:
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
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
npm run wp-env start
commandExpected behaviour
Docker containers to start successfully.
Actual behaviour
Receive an error like the following:
Screenshots or screen recording (optional)
The text was updated successfully, but these errors were encountered: