Skip to content

Commit 5684825

Browse files
Merge pull request #221605 from shaktisingh-msft/patch-3
Updated small typo at Install MySQL client tools
2 parents 4c83bd0 + e7253e0 commit 5684825

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/mysql/flexible-server/quickstart-create-connect-server-vnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ ssh -i .\Downloads\myKey1.pem [email protected]
130130
You need to install mysql-client tool to connect to the server.
131131

132132
```bash
133-
sudo apt-getupdate
133+
sudo apt-get update
134134
sudo apt-get install mysql-client
135135
```
136136

@@ -160,4 +160,4 @@ You've created an Azure Database for MySQL flexible server in a resource group.
160160
## Next steps
161161

162162
> [!div class="nextstepaction"]
163-
> [Build a PHP (Laravel) web app with MySQL](tutorial-php-database-app.md)
163+
> [Build a PHP (Laravel) web app with MySQL](tutorial-php-database-app.md)

0 commit comments

Comments
 (0)