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/concepts-version-policy.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Describes the policy around MySQL major and minor versions in Azure
4
4
author: SudheeshGH
5
5
ms.author: sunaray
6
6
ms.reviewer: maghan
7
-
ms.date: 03/29/2023
7
+
ms.date: 04/27/2023
8
8
ms.service: mysql
9
9
ms.subservice: single-server
10
10
ms.topic: conceptual
@@ -21,22 +21,18 @@ This page describes the Azure Database for MySQL versioning policy and applies t
21
21
22
22
## Supported MySQL versions
23
23
24
-
Azure Database for MySQL has been developed from [MySQL Community Edition](https://www.mysql.com/products/community/), using the InnoDB storage engine. The service supports the community's current major versions, namely MySQL 5.6, 5.7, and 8.0. MySQL uses the X.Y.Z. naming scheme where X is the major version, Y is the minor version, and Z is the bug fix release. For more information about the scheme, see the [MySQL documentation](https://dev.mysql.com/doc/refman/5.7/en/which-version.html).
24
+
Azure Database for MySQL has been developed from [MySQL Community Edition](https://www.mysql.com/products/community/), using the InnoDB storage engine. The service supports the community's current major versions, namely MySQL 5.7, and 8.0. MySQL uses the X.Y.Z. naming scheme where X is the major version, Y is the minor version, and Z is the bug fix release. For more information about the scheme, see the [MySQL documentation](https://dev.mysql.com/doc/refman/5.7/en/which-version.html).
25
25
26
26
Azure Database for MySQL currently supports the following major and minor versions of MySQL:
27
27
28
28
| Version |[Single Server](single-server/overview.md)<br />Current minor version |[Flexible Server](flexible-server/overview.md)<br />Current minor version |
29
29
| :--- | :--- | :--- |
30
-
| MySQL Version 5.6 |[5.6.47](https://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-47.html)(Retired) | Not supported |
31
30
| MySQL Version 5.7 |[5.7.32](https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-29.html)|[5.7.40](https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-40.html)|
32
31
| MySQL Version 8.0 |[8.0.15](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-15.html)|[8.0.31](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-31.html)|
33
32
34
33
> [!NOTE]
35
34
> In the Single Server deployment option, a gateway redirects the connections to server instances. After the connection is established, the MySQL client displays the version of MySQL set in the gateway, not the actual version running on your MySQL server instance. To determine the version of your MySQL server instance, use the `SELECT VERSION();` command at the MySQL prompt. If your application has a requirement to connect to a specific major version, say v5.7 or v8.0, you can do so by changing the port in your server connection string as explained in our documentation [here.](concepts-supported-versions.md#connect-to-a-gateway-node-that-is-running-a-specific-mysql-version)
36
35
37
-
> [!IMPORTANT]
38
-
> MySQL v5.6 is retired on Single Server as of February 2021. Starting September 1st, 2021, you cannot create new v5.6 servers on Azure Database for MySQL - Single Server deployment option. However, you can perform point-in-time recoveries and create read replicas for your existing servers.
39
-
40
36
Read the version support policy for retired versions in [version support policy documentation.](concepts-version-policy.md#retired-mysql-engine-versions-not-supported-in-azure-database-for-mysql)
41
37
42
38
## Major version support
@@ -53,7 +49,6 @@ The table below provides the retirement details for MySQL major versions. The da
53
49
54
50
| Version | What's New | Azure support start date | Retirement date |
55
51
| --- | --- | --- | --- |
56
-
| [MySQL 5.6](https://dev.mysql.com/doc/relnotes/mysql/5.6/en/)| [Features](https://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-49.html) | March 20, 2018 | February 2021
57
52
| [MySQL 5.7](https://dev.mysql.com/doc/relnotes/mysql/5.7/en/) | [Features](https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-31.html) | March 20, 2018 | October 2023
58
53
| [MySQL 8](https://mysqlserverteam.com/whats-new-in-mysql-8-0-generally-available/) | [Features](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-21.html)) | December 11, 2019 | April 2026
Copy file name to clipboardExpand all lines: articles/mysql/flexible-server/tutorial-create-power-app-with-mysql.md
+25-23Lines changed: 25 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,22 @@
1
1
---
2
2
title: Create a Power app with Azure Database for MySQL Flexible Server
3
3
description: Create a Power app with Azure Database for MySQL Flexible Server
4
+
author: mksuni
5
+
ms.author: sumuth
6
+
ms.reviewer: maghan
7
+
ms.date: 04/27/2023
4
8
ms.service: mysql
5
9
ms.subservice: flexible-server
6
10
ms.topic: quickstart
7
-
author: mksuni
8
-
ms.author: sumuth
9
-
ms.date: 03/01/2023
10
11
---
11
12
12
13
# Tutorial: Create a Power app with Azure Database for MySQL Flexible Server
13
14
14
15
[Power Apps](/power-apps/) is a low-code platform that enables you to build custom applications quickly and easily. You can create a Power App with MySQL database on Azure database for MySQL Flexible Server(overview.md), to meet your business needs. You can establish a connection to your MySQL database, add data to your app, and customize it to meet your specific needs. With the Azure database for MySQL Connector, you'll have a fully functional app with your data that you can customize and share on any device.
15
16
16
17
## Azure Database for MySQL connector
17
-
[Azure Database for MySQLconnector](/connectors/azuremysql/) allows you to perform read, write, and delete operations with data stored in Azure Database for MySQL in addition to connecting to the database. Here is the list of actions you can run using the connector with Power Apps.
18
+
19
+
[Azure Database for MySQLconnector](/connectors/azuremysql/) allows you to perform read, write, and delete operations with data stored in Azure Database for MySQL in addition to connecting to the database. Here is the list of actions you can run using the connector with Power Apps.
18
20
19
21
|**Operation**|**Purpose**|
20
22
| --- | --- |
@@ -29,36 +31,36 @@ You may experience throttling limits if you hit the threshold of running 200 API
29
31
30
32
## Create a connection to your MySQL database
31
33
32
-
1. Sign in to [Power Apps](https://make.powerapps.com/) and, if necessary, [switch environments](/power-apps/maker/canvas-apps/intro-maker-portal.md#choose-an-environment).
33
-
2. In left-hand navigation menu go to **Connections** and select **New connection.**
34
-
3. Select **Azure database for MySQL (preview)** to add a new connection.
35
-
:::image type="content" source="./media/tutorial-create-power-app-with-mysql/select-azure-db-for-mysql-connector.png" alt-text="Screenshot of selecting Azure database for MySQL connector to add a connection":::
34
+
1. Sign in to [Power Apps](https://make.powerapps.com/) and, if necessary, [switch environments](/power-apps/maker/canvas-apps/getting-started).
35
+
1. In left-hand navigation menu go to **Connections** and select **New connection.**
36
+
1. Select **Azure database for MySQL (preview)** to add a new connection.
37
+
:::image type="content" source="./media/tutorial-create-power-app-with-mysql/select-azure-db-for-mysql-connector.png" alt-text="Screenshot of selecting Azure database for MySQL connector to add a connection" lightbox="./media/tutorial-create-power-app-with-mysql/select-azure-db-for-mysql-connector.png":::
38
+
39
+
1. Enter the server's name, database name, and authentication information for your MySQL database. Select "Create" to establish a connection to your database.
40
+
:::image type="content" source="./media/tutorial-create-power-app-with-mysql/power-apps-add-mysql-connection.png" alt-text="Screenshot adding new connection for mysql using the Azure database for MySQL connector" lightbox="./media/tutorial-create-power-app-with-mysql/power-apps-add-mysql-connection.png":::
36
41
37
-
4. Enter the server's name, database name, and authentication information for your MySQL database. Click "Create" to establish a connection to your database.
38
-
:::image type="content" source="./media/tutorial-create-power-app-with-mysql/power-apps-add-mysql-connection.png" alt-text="Screenshot adding new connection for mysql using the Azure database for MySQL connector":::
39
-
40
-
>[!NOTE]
42
+
> [!NOTE]
41
43
> Newly created connections are shareable, so that if a Power App is shared with another user, the connection is also shared. In addition, you don't need to set up a data gateway to connect to the server, as it is required to connect to an on-premises MySQL server.
42
44
43
45
## Create a new Power App
44
46
45
47
You can create a new Power App from scratch or use Dataverse to get started quickly.
46
48
47
-
1. Create a new app from **Dataverse**.
48
-
:::image type="content" source="./media/tutorial-create-power-app-with-mysql/create-power-app-from-dataverse.png" alt-text="Screenshot of adding a Dataverse app.":::
49
+
1. Create a new app from **Dataverse**.
50
+
:::image type="content" source="./media/tutorial-create-power-app-with-mysql/create-power-app-from-dataverse.png" alt-text="Screenshot of adding a Dataverse app." lightbox="./media/tutorial-create-power-app-with-mysql/create-power-app-from-dataverse.png":::
49
51
50
-
2. Select the previously added connection. Choose a table and select **Connect**.
51
-
:::image type="content" source="./media/tutorial-create-power-app-with-mysql/add-connection-dataverse-app.png" alt-text="Screenshot adding new connection when creating a dataverse app":::
52
-
53
-
3. You can see a simple app created which lists all the customers from **classicmodels.customers** table.
54
-
:::image type="content" source="./media/tutorial-create-power-app-with-mysql/power-app-with-azure-mysql.png" alt-text="Screenshot new power app using dataverse with mysql":::
52
+
1. Select the previously added connection. Choose a table and select **Connect**.
53
+
:::image type="content" source="./media/tutorial-create-power-app-with-mysql/add-connection-dataverse-app.png" alt-text="Screenshot adding new connection when creating a dataverse app" lightbox="./media/tutorial-create-power-app-with-mysql/add-connection-dataverse-app.png":::
54
+
55
+
1. You can see a simple app created which lists all the customers from **classicmodels.customers** table.
56
+
:::image type="content" source="./media/tutorial-create-power-app-with-mysql/power-app-with-azure-mysql.png" alt-text="Screenshot new power app using dataverse with mysql" lightbox="./media/tutorial-create-power-app-with-mysql/power-app-with-azure-mysql.png":::
55
57
56
58
## Customize your app
57
-
With your data added to your app, you can now customize it to meet your specific needs. Power Apps offers a wide range of customization options, including layout and design options, user interface controls, and formula-based Power. You can also use Power Apps' connectors to integrate with other systems, such as Microsoft SharePoint or Salesforce, to extend the functionality of your app. View all the [connectors available](/connectors) to you to build more complex integrations for your business needs.
58
59
59
-
## Next Steps
60
+
With your data added to your app, you can now customize it to meet your specific needs. Power Apps offers a wide range of customization options, including layout and design options, user interface controls, and formula-based Power. You can also use Power Apps' connectors to integrate with other systems, such as Microsoft SharePoint or Salesforce, to extend the functionality of your app. View all the [connectors available](/connectors) to you to build more complex integrations for your business needs.
61
+
62
+
## Next steps
60
63
61
-
Learn more about Power apps and Azure database for MySQL connector.
64
+
Learn more about Power apps and Azure database for MySQL connector.
62
65
-[Azure Database for MySQL - Connectors documentation](/connectors/azuremysql/)
Copy file name to clipboardExpand all lines: articles/synapse-analytics/partner/business-intelligence.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ ms.custom: seo-lt-2019
17
17
To create your data warehouse solution, you can choose from different kinds of industry-leading tools. This article highlights Microsoft partners with business intelligence (BI) solutions officially supporting Azure Synapse Analytics.
18
18
19
19
## Our business intelligence partners
20
+
20
21
| Partner | Description | Website/Product link |
21
22
| ------- | ----------- | -------------------- |
22
23
||**AtScale**<br>AtScale provides a single, secured, and governed workspace for distributed data. AtScale's Cloud OLAP, Autonomous Data Engineering™, and Universal Semantic Layer™ powers business intelligence results for faster, more accurate business decisions. |[Product page](https://www.atscale.com/partners/microsoft/)<br> |
@@ -34,11 +35,11 @@ To create your data warehouse solution, you can choose from different kinds of i
34
35
||**Pyramid Analytics**<br>Pyramid 2020 is the trusted analytics platform that connects your teams, drives confident decisions, and produces winning results. Business users can do high-end, cloud-scale analytics and data science without IT help — on any browser or device. Data scientists can take advantage of machine learning algorithms and scripting to understand difficult business problems. Power users can prepare and model their own data to create illuminating analytic content. Non-technical users can benefit from stunning visualizations and guided analytic presentations. It's the next generation of self-service analytics with governance. |[Product page](https://www.pyramidanalytics.com/resources/analyst-reports/)<br> [Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/pyramidanalytics.pyramid2020-25-102)|
35
36
||**Qlik Sense Enterprise**<br>Drive insight discovery with the data visualization app that anyone can use. With Qlik Sense, everyone in your organization can easily create flexible, interactive visualizations and make meaningful decisions. |[Product page](https://www.qlik.com/us/products/qlik-sense/enterprise)<br> [Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/qlik.qlik-sense)|
36
37
||**SAS® Viya®**<br>SAS® Viya® is an AI, analytic, and data management solution running on a scalable, cloud-native architecture. It enables you to operationalize insights, empowering everyone – from data scientists to business users – to collaborate and realize innovative results faster. Using open source or SAS models, SAS® Viya® can be accessed through APIs or interactive interfaces to transform raw data into actions. |[Product page](https://www.sas.com/microsoft)<br> [Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/sas-institute-560503.sas-viya-saas?tab=Overview)<br>|
37
-
||**SiSense**<br>SiSense is a full-stack Business Intelligence software that comes with tools that a business needs to analyze and visualize data: a high-performance analytical database, the ability to join multiple sources, simple data extraction (ETL), and web-based data visualization. Start to analyze and visualize large data sets with SiSense BI and Analytics today. |[Product page](https://www.sisense.com/product/)<br> |
38
+
||**SiSense**<br>SiSense is a full-stack Business Intelligence software that comes with tools that a business needs to analyze and visualize data: a high-performance analytical database, the ability to join multiple sources, simple data extraction (ETL), and web-based data visualization. Start to analyze and visualize large data sets with SiSense BI and Analytics today. |[Product page](https://www.sisense.com/)<br> |
38
39
||**Tableau**<br>Tableau's self-service analytics help anyone see and understand their data, across many kinds of data from flat files to databases. Tableau has a native, optimized connector to Synapse SQL pool that supports both live data and in-memory analytics. |[Product page](https://www.tableau.com/)<br> [Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/tableau.tableau-server)<br>|
39
40
||**Targit (Decision Suite)**<br>Targit Decision Suite provides a BI platform that delivers real-time dashboards, self-service analytics, user-friendly reporting, stunning mobile capabilities, and simple data-discovery technology. Everything in a single, cohesive solution. Targit gives companies the courage to act. |[Product page](https://www.targit.com/targit-decision-suite/analytics)<br> [Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/targit.targit-decision-suite)<br> |
40
41
||**ThoughtSpot**<br>Use search to get granular insights from billions of rows, or let AI uncover insights from questions you might not have thought about. ThoughtSpot helps businesspeople find insights hidden in their company data in seconds. Use search to analyze your data and get automated insights when you need them.|[Product page](https://www.thoughtspot.com)<br>|
41
-
||**Yellowfin**<br>Yellowfin is a top rated Cloud BI vendor for _ad hoc_ Reporting and Dashboards by BARC; The BI Survey. Connect to a a dedicated SQL pool in Azure Synapse Analytics, then create and share beautiful reports and dashboards with award winning collaborative BI and location intelligence features. |[Product page](https://www.yellowfinbi.com/)<br> [Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/yellowfininternationalptyltd1616363974066.yellowfin-for-azure-byol-v2)|
42
+
||**Yellowfin**<br>Yellowfin is a top rated Cloud BI vendor for _ad hoc_ Reporting and Dashboards by BARC; The BI Survey. Connect to a dedicated SQL pool in Azure Synapse Analytics, then create and share beautiful reports and dashboards with award winning collaborative BI and location intelligence features. |[Product page](https://www.yellowfinbi.com/)<br> [Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/yellowfininternationalptyltd1616363974066.yellowfin-for-azure-byol-v2)|
42
43
43
44
## Next Steps
44
45
To learn more about some of our other partners, see [Data Integration partners](data-integration.md), [Data Management partners](data-management.md), and [Machine Learning and AI partners](machine-learning-ai.md).
0 commit comments