Skip to content

Commit

Permalink
Update docs/troubleshooting.md
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Ashton <[email protected]>
  • Loading branch information
huwd and ChrisBAshton authored Dec 23, 2021
1 parent 5dd8a22 commit ad234ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ A workaround is to get MySQL to fall back to using `mysql_native_password` as fo

- Check that you can see `govuk-docker_mysql-8_1` when running `govuk-docker ps`, if not you will need to start a service that uses mysql (for example Whitehall).
- Bring up a mysql console inside the container: `docker exec -it govuk-docker_mysql-8_1 mysql --user=root --password=root`
- Alter the way the root user identifies itself. `mysql> ALTER USER 'root' IDENTIFIED WITH mysql_native_password BY 'root';`
- Alter the way the root user identifies itself. `ALTER USER 'root' IDENTIFIED WITH mysql_native_password BY 'root';`

0 comments on commit ad234ae

Please sign in to comment.