Skip to content

Commit 57a199f

Browse files
celeroncoderForestry.io
authored andcommitted
Update from Forestry.io
Khushal Bhardwaj updated content/posts/spinning-up-mysql-database-with-docker.md
1 parent 142a073 commit 57a199f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/posts/spinning-up-mysql-database-with-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You can pass in the following _Environment Variables_ when starting the containe
5050

5151
This will prompt you to enter the password which we set up before, in our case it was _temp123_.
5252

53-
After logging into the shell run the following SQL query to change the password
53+
After logging into the shell run the following SQL query to change the password:
5454

5555
ALTER USER 'root'@'localhost' IDENTIFIED BY '<new_password>';
5656

0 commit comments

Comments
 (0)