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 with database credentials when using wp-env #216

Merged
merged 1 commit into from
May 31, 2021
Merged

Fix issue with database credentials when using wp-env #216

merged 1 commit into from
May 31, 2021

Conversation

psrpinto
Copy link
Member

Newer WordPress docker images changed database credentials, which results in the following error when running wp-env start:

mysqlcheck: Got error: 1045: Access denied for user 'example username'@'172.18.0.5'

This issue was fixed in WordPress/gutenberg#29752. Upgrading wp-env to latest version fixes the issue.

Upgrading wp-env to latest version fixes issues related to newer WordPress
docker images using different credentials. For more information see
WordPress/gutenberg#29752
Copy link
Member

@iandunn iandunn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@iandunn iandunn merged commit 52ca6ea into WordPress:trunk May 31, 2021
@psrpinto psrpinto deleted the fix/wp-env-db-credentials branch June 1, 2021 09:29
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

Successfully merging this pull request may close these issues.

2 participants