Skip to content

Commit f04f0bd

Browse files
committed
Remove preview tag and update screenshots
1 parent 090fd04 commit f04f0bd

6 files changed

Lines changed: 14 additions & 10 deletions

File tree

56.2 KB
Loading
248 KB
Loading

docs/azure-data-studio/extensions/mysql-extension.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,19 @@ description: Learn how to install the MySQL extension for Azure Data Studio. It
44
author: shreyaaithal
55
ms.author: shaithal
66
ms.reviewer: erinstellato
7-
ms.date: 10/12/2022
7+
ms.date: 07/04/2023
88
ms.service: azure-data-studio
99
ms.topic: conceptual
1010
---
1111

12-
# MySQL extension (Preview)
12+
# MySQL extension
1313

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.
1515

1616
The Azure Data Studio functionality available for MySQL includes:
1717

1818
- 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)
1920
- Searchable object explorer view for database objects, with auto-completion
2021
- Query authoring and editing with Intellisense, syntax highlighting and code snippets
2122
- 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:
2526
- [Customizable keyboard shortcuts](../keyboard-shortcuts.md), multi-tab support, color theme options, etc.
2627
- [Server groups](../server-groups.md) for organizing connections
2728

28-
## Install the MySQL extension (preview)
29+
## Install the MySQL extension
2930

3031
If you don't already have Azure Data Studio installed, see its [install instructions](../download-azure-data-studio.md).
3132

3233
1. Select the extensions icon from the sidebar in Azure Data Studio.
3334

3435
:::image type="content" source="media/mysql-extension/extensions-icon.png" alt-text="Screenshot of the extension's icon.":::
3536

36-
2. Search for the **MySQL** and select it.
37+
2. Search for the **MySQL** extension and select it.
3738

3839
3. Select **Install**. Once installed, select **Reload** to activate the extension in Azure Data Studio.
3940

41+
:::image type="content" source="media/mysql-extension/mysql-ads-extension.png" alt-text="Screenshot of the extension overview page.":::
42+
4043
## Next steps
4144

4245
Learn how to [connect and query MySQL using Azure Data Studio](../quickstart-mysql.md).
79.4 KB
Loading
71.1 KB
Loading

docs/azure-data-studio/quickstart-mysql.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ description: Use Azure Data Studio to connect to a MySQL server (hosted on-premi
44
author: shreyaaithal
55
ms.author: shaithal
66
ms.reviewer: erinstellato
7-
ms.date: 10/12/2022
7+
ms.date: 07/04/2023
88
ms.service: azure-data-studio
99
ms.topic: quickstart
1010
ms.custom: intro-quickstart
1111
---
1212

13-
# Quickstart: Use Azure Data Studio to connect and query MySQL (Preview)
13+
# Quickstart: Use Azure Data Studio to connect and query MySQL
1414

1515
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.
1616

@@ -32,15 +32,16 @@ To complete this quickstart, you need Azure Data Studio, the MySQL extension for
3232

3333
3. In the dialog window that pops up, go to **Connection type** and select **MySQL** from the drop-down.
3434

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:
3636

3737
:::image type="content" source="media/quickstart-mysql/new-connection-screen.png" alt-text="Screenshot of new connection screen to connect to MySQL server.":::
3838

3939
| Setting | Example value | Description |
4040
| ------------ | ------------------ | ------------------------------------------------- |
4141
| **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. |
4445
| **Remember Password** | *Check* | Check this box if you don't want to enter the password each time you connect. |
4546
| **Database name** | \<Default\> | Enter a database name if you want the connection to specify a database. |
4647
| **Server group** | \<Default\> | This option lets you assign this connection to a specific server group you create. |

0 commit comments

Comments
 (0)