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: docs/azure-data-studio/extensions/mysql-extension.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,19 @@ description: Learn how to install the MySQL extension for Azure Data Studio. It
4
4
author: shreyaaithal
5
5
ms.author: shaithal
6
6
ms.reviewer: erinstellato
7
-
ms.date: 10/12/2022
7
+
ms.date: 07/04/2023
8
8
ms.service: azure-data-studio
9
9
ms.topic: conceptual
10
10
---
11
11
12
-
# MySQL extension (Preview)
12
+
# MySQL extension
13
13
14
-
With the MySQL extension (preview) for Azure Data Studio, you can now connect to, query and manage MySQL databases along with your other databases, taking advantage of the modern editor experience and capabilities in Azure Data Studio, such as IntelliSense, code snippets, source control integration, native Jupyter Notebooks, an integrated terminal, and more.
14
+
With the MySQL extension for Azure Data Studio, you can now connect to, query and manage MySQL databases along with your other databases, taking advantage of the modern editor experience and capabilities in Azure Data Studio, such as IntelliSense, code snippets, source control integration, native Jupyter Notebooks, an integrated terminal, and more.
15
15
16
16
The Azure Data Studio functionality available for MySQL includes:
17
17
18
18
- Connection manager, allowing you to connect to any MySQL server hosted on-premises, on virtual machines, on managed MySQL in other clouds, and on Azure Database for MySQL – Flexible Server.
19
+
- Option to choose your preferred authentication method (MySQL native authentication and Azure Active Directory authentication)
19
20
- Searchable object explorer view for database objects, with auto-completion
20
21
- Query authoring and editing with Intellisense, syntax highlighting and code snippets
21
22
- Ability to query results and save to csv, JSON, xml, or Excel
@@ -25,18 +26,20 @@ The Azure Data Studio functionality available for MySQL includes:
25
26
-[Customizable keyboard shortcuts](../keyboard-shortcuts.md), multi-tab support, color theme options, etc.
26
27
-[Server groups](../server-groups.md) for organizing connections
27
28
28
-
## Install the MySQL extension (preview)
29
+
## Install the MySQL extension
29
30
30
31
If you don't already have Azure Data Studio installed, see its [install instructions](../download-azure-data-studio.md).
31
32
32
33
1. Select the extensions icon from the sidebar in Azure Data Studio.
33
34
34
35
:::image type="content" source="media/mysql-extension/extensions-icon.png" alt-text="Screenshot of the extension's icon.":::
35
36
36
-
2. Search for the **MySQL** and select it.
37
+
2. Search for the **MySQL**extension and select it.
37
38
38
39
3. Select **Install**. Once installed, select **Reload** to activate the extension in Azure Data Studio.
39
40
41
+
:::image type="content" source="media/mysql-extension/mysql-ads-extension.png" alt-text="Screenshot of the extension overview page.":::
42
+
40
43
## Next steps
41
44
42
45
Learn how to [connect and query MySQL using Azure Data Studio](../quickstart-mysql.md).
Copy file name to clipboardExpand all lines: docs/azure-data-studio/quickstart-mysql.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@ description: Use Azure Data Studio to connect to a MySQL server (hosted on-premi
4
4
author: shreyaaithal
5
5
ms.author: shaithal
6
6
ms.reviewer: erinstellato
7
-
ms.date: 10/12/2022
7
+
ms.date: 07/04/2023
8
8
ms.service: azure-data-studio
9
9
ms.topic: quickstart
10
10
ms.custom: intro-quickstart
11
11
---
12
12
13
-
# Quickstart: Use Azure Data Studio to connect and query MySQL (Preview)
13
+
# Quickstart: Use Azure Data Studio to connect and query MySQL
14
14
15
15
This quickstart shows how to use Azure Data Studio to connect to a MySQL server (hosted on-premises, on VMs, on managed MySQL in other clouds or on Azure Database for MySQL - Flexible Server), create a database, and use SQL statements to insert and query data in the database.
16
16
@@ -32,15 +32,16 @@ To complete this quickstart, you need Azure Data Studio, the MySQL extension for
32
32
33
33
3. In the dialog window that pops up, go to **Connection type** and select **MySQL** from the drop-down.
34
34
35
-
4. Enter your MySQL server name, user name, and password for authentication:
35
+
4. Enter your MySQL server name, select your preferred authentication method and enter the credentials to connect to your MySQL server:
36
36
37
37
:::image type="content" source="media/quickstart-mysql/new-connection-screen.png" alt-text="Screenshot of new connection screen to connect to MySQL server.":::
|**Server name**| localhost / exampleserver.mysql.database.azure.con | The fully qualified server name. |
42
-
|**User name**| mysqluser | The user name you want to sign in with. |
43
-
|**Password (SQL Login)**|*password*| The password for the user account you're logging in with. |
42
+
|**Authentication type**| Password | The authentication method for accessing your MySQL server. This option lets you choose between MySQL native authentication (Password) and Azure Active Directory authentication.|
43
+
|**User name**| exampleuser | The user name you want to sign in with. |
44
+
|**Password**|*password*| The password for the account you're logging in with. |
44
45
|**Remember Password**|*Check*| Check this box if you don't want to enter the password each time you connect. |
45
46
|**Database name**|\<Default\>| Enter a database name if you want the connection to specify a database. |
46
47
|**Server group**|\<Default\>| This option lets you assign this connection to a specific server group you create. |
0 commit comments