You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/mysql/single-server/how-to-connect-overview-single-server.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ The following document includes links to examples showing how to connect and que
30
30
|[Go](connect-go.md)|This quickstart demonstrates how to use Go to connect to a database. Transact-SQL statements to query and modify data are also demonstrated.|
31
31
|[Python](connect-python.md)|This quickstart demonstrates how to use Python to connect to a database and use MySQL statements to query data. |
32
32
|[Ruby](connect-ruby.md)|This quickstart demonstrates how to use Ruby to create a program to connect to a database and use MySQL statements to query data.|
33
-
|[C++](connect-cpp.md)|This quickstart demonstrates how to use C+++ to create a program to connect to a database and use query data.|
33
+
|[C++](connect-cpp.md)|This quickstart demonstrates how to use C++ to create a program to connect to a database and use query data.|
34
34
35
35
## TLS considerations for database connectivity
36
36
@@ -45,4 +45,4 @@ See what [drivers](concepts-compatibility.md) are compatible with Azure Database
45
45
## Next steps
46
46
47
47
-[Migrate data using dump and restore](concepts-migrate-dump-restore.md)
48
-
-[Migrate data using import and export](concepts-migrate-import-export.md)
48
+
-[Migrate data using import and export](concepts-migrate-import-export.md)
0 commit comments