Merge pull request #14417 from YgorPerez/patch-1

Add new step 1 "Exit MySQL"
This commit is contained in:
Usha Mandya 2022-04-01 10:46:33 +01:00 committed by GitHub
commit 6b047f38d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -98,8 +98,13 @@ For now, we will create the network first and attach the MySQL container at star
+--------------------+
5 rows in set (0.00 sec)
```
Exit the MySQL shell to return to the shell on our machine.
Hooray! We have our `todos` database and it's ready for us to use!
```console
mysql> exit
```
Hooray! We have our `todos` database and it's ready for us to use!
## Connect to MySQL