Skip to content

Commit 426fd02

Browse files
Merge pull request #281002 from markingmyname/mysqlissues
[MySQL] Edit to remove deprecated az cli
2 parents dd1bf2c + de61dc5 commit 426fd02

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

articles/mysql/flexible-server/connect-azure-cli.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ newdatabase1> SELECT * FROM table1;
125125
Time: 0.149s
126126
newdatabase>exit;
127127
Goodbye!
128-
Local context is turned on. Its information is saved in working directory C:\mydir. You can run `az local-context off` to turn it off.
129-
Your preference of are now saved to local context. To learn more, type in `az local-context --help`
130128
```
131129

132130
## Run Single Query
@@ -151,8 +149,6 @@ Successfully connected to mysqldemoserver1.
151149
Ran Database Query: 'select * from table1;'
152150
Retrieving first 30 rows of query output, if applicable.
153151
Closed the connection to mysqldemoserver1
154-
Local context is turned on. Its information is saved in working directory C:\Users\<username>. You can run `az local-context off` to turn it off.
155-
Your preference of are now saved to local context. To learn more, type in `az local-context --help`
156152
Txt Val
157153
----- -----
158154
test 200

0 commit comments

Comments
 (0)