Merge pull request #32312 from woocommerce/dev/wp-env-sql-credentials

Updated wp-env mysql credentials in development documentation
This commit is contained in:
RJ 2022-03-25 12:45:50 +08:00 committed by GitHub
commit b3aadb9d3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -102,13 +102,12 @@ You can get the current MySQL port from the output of `wp-env start` command.
1. Open your choice of MySQL tool. 1. Open your choice of MySQL tool.
2. Use the following values to access the MySQL container. 2. Use the following values to access the MySQL container.
3. You can omit the username and password.
| Name | Value | | Name | Value |
| -------- | --------------------- | | -------- | --------------------- |
| Host | 127.0.0.1 | | Host | 127.0.0.1 |
| Username | | | Username | root |
| Password | | | Password | password |
| Port | Port from the command | | Port | Port from the command |
## HOWTOs ## HOWTOs