Microsoft Q&A

Azure Database for MySQL

464 questions

An Azure managed MySQL database service for app development and deployment.

Browse all Azure tags

464 questions with Azure Database for MySQL tags

Sort by: Updated
0 answers

Cannot restore mysql flexible server

I accidently truncated the wrong table, and need to restore my last backup. I keep getting: {"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for…

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
464 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
243 questions
asked 2023-03-14T17:51:51.94+00:00
James Kester 1 Reputation point
commented 2023-03-21T15:09:29.7566667+00:00
GeethaThatipatri-MSFT 16,316 Reputation points Microsoft Employee
3 answers

How to connect from an azure VPN to an azure SQL server from my PC?

We want from our work computers using an azure VPN to be able to connect/access the databases we have in azure SQL/MySQL. I have read the documentation but I don't understand how it is possible to do this without having to connect from a virtual machine.…

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
464 questions
Azure SQL Database
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
1,267 questions
Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
890 questions
asked 2023-03-08T18:01:55.6466667+00:00
Alejandro García García 5 Reputation points
commented 2023-03-21T14:44:15.1966667+00:00
GeethaThatipatri-MSFT 16,316 Reputation points Microsoft Employee
1 answer

Configure Azure Web App private connectivity to Azure SQL Database

Hello, In Azure we currently have a few Web Apps with each a Azure Database for MySQL. All of these databases are configured for public access (with allowed IP addresses). These databases are also based on single server, which are on the retirement…

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
464 questions
Azure SQL Database
Azure App Services
Azure App Services
A feature of Azure App Service used to create and deploy scalable, mission-critical web apps.
4,543 questions
asked 2023-03-16T14:01:01.4033333+00:00
Uhmazing34 20 Reputation points
edited an answer 2023-03-21T10:55:12.6233333+00:00
ajkuma 14,086 Reputation points Microsoft Employee
1 answer

How to connect data located in Azur Mysql database to prestashop 1.7.5 website

I have Prestashop 1.7.5.2 E-commerce website digipress1.com . I'm preparing a web2print module and I want to connect it to Azur Mysql cloud database which contains articles and prices. How to do it? I've tried, but always I have an error in connection.…

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
464 questions
asked 2023-03-18T09:31:43.2166667+00:00
Souheil Mhiri 0 Reputation points
edited an answer 2023-03-19T22:10:27.6766667+00:00
GeethaThatipatri-MSFT 16,316 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How can I 'ping' a MySQL Server hosted by AZURE

I have been using an AWS Virtual machine to host my MySQL Server, but would like to move to the AZURE ecosystem. My .net applications ping the server as part of a connectivity check. [My.Computer.Network.Ping] I can't do this with my AZURE MySQL…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
243 questions
Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
464 questions
asked 2023-03-17T15:06:41.4833333+00:00
Benjamin Stevens 20 Reputation points
accepted 2023-03-18T22:09:52.7533333+00:00
Benjamin Stevens 20 Reputation points
1 answer One of the answers was accepted by the question author.

Upgrade MySql flexible minor version from 8.0.21 to 8.0.31

Hello there, I have noticed in your February 2023 release documentation: https://learn.microsoft.com/en-us/azure/mysql/flexible-server/whats-new that there is a new MySQL flexible server version - 8.0.31. However, when I attempted to create a new MySQL…

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
464 questions
asked 2023-03-09T09:02:42.38+00:00
yd7474 60 Reputation points
commented 2023-03-14T14:33:15.3433333+00:00
GeethaThatipatri-MSFT 16,316 Reputation points Microsoft Employee
1 answer

getting 404 error in app service after deploying in app service

Getting 404 error while deploying in app service but while deploying the same war in VM its working fine . We have checked the logs and its showing java.lang.IllegalStateException: Illegal access . I have attached the full logs in details . Please help…

Azure App Services
Azure App Services
A feature of Azure App Service used to create and deploy scalable, mission-critical web apps.
4,543 questions
Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
464 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
4,875 questions
asked 2023-03-14T06:11:49.8266667+00:00
Balamurugan S 0 Reputation points
edited an answer 2023-03-14T08:58:08.2233333+00:00
msrini-MSFT 6,156 Reputation points Microsoft Employee
1 answer

Connceting powerapps to MySql on Azure

Hello, I am trying to connect PowerApps to a MySql database on Azure. I have the correct server, authentication details, and database, and am using this connector: But no matter what I try, I keep receiving this error message: Have tried both encrypted…

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
464 questions
asked 2023-03-07T01:01:08.3233333+00:00
George Sikharulidze 25 Reputation points
commented 2023-03-10T07:38:12.0866667+00:00
ShaktiSingh-MSFT 5,681 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Import Database from bacpac failed

I am trying to import a database into an Azure SQL Server from a bacpac. I am using the interface in the Azure portal. I needed to do this for 4 databases. All have failed on "Performs a database extension operation" I can see the databases in…

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
464 questions
Azure SQL Database
asked 2023-03-05T19:37:13.48+00:00
Carolyn Schroeder 186 Reputation points
edited the question 2023-03-07T07:31:01.43+00:00
ShaktiSingh-MSFT 5,681 Reputation points Microsoft Employee
2 answers

How do I install MySQL packages in Linux VM on Azure App Service?

Hi everyone, I'm trying to deploy my Django app on Azure for a school project. I've been following this tutorial here but my app uses MySQL instead of Postgre. Everything was going fine until I ran the python manage.py migrate command. It failed with the…

Azure App Services
Azure App Services
A feature of Azure App Service used to create and deploy scalable, mission-critical web apps.
4,543 questions
Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
464 questions
asked 2023-03-02T04:47:19.8933333+00:00
Nguyễn Tuấn Nam 0 Reputation points
answered 2023-03-06T07:57:41.9266667+00:00
VenkateshDodda-MSFT 7,346 Reputation points Microsoft Employee
1 answer

DMS for MySql single to flexible servers with private endpoints

During trying to perform a migration from mysql to flexible (based on the online migration) I receive this error message when validating source server (which has private endpoints configured) Private access is already implemented into the flexible…

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
464 questions
Azure Database Migration service
asked 2023-02-22T09:58:32.0166667+00:00
Assaf L 141 Reputation points
commented 2023-03-06T05:02:14.3533333+00:00
ShaktiSingh-MSFT 5,681 Reputation points Microsoft Employee
1 answer

Azure MySQL Flexible Server

Hi! I just noticed, I started my Azure MySQL Flexible database server 2hours ago and then cameback and see this information. This is not normal, As I am doing this everyday to stop and start. This is the first time I encountered this…

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
464 questions
asked 2023-02-08T00:48:42.0966667+00:00
Khristian Dave Poleracio 131 Reputation points
answered 2023-03-04T23:30:36.5433333+00:00
Rahul Randive 781 Reputation points Microsoft Employee
2 answers

Azure mysql master and master replication

Can we kindly build master and master replication using Azure database for mysql ?

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
464 questions
asked 2020-12-29T14:24:18.17+00:00
sakuraime 2,281 Reputation points
answered 2023-03-03T06:32:41.1166667+00:00
Sudheesh Narayanaswamy 0 Reputation points Microsoft Employee
1 answer

How to leverage Azure Encryption for MYSQL DB

Hi Team, We have explicitly encrypted some PII Data at our MySQL DB. This is causing some issues while connecting to our Database and populate it else where with decryption needed always. Is there a way we can leverage this to the Azure MySQL where i…

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
464 questions
Azure ISV (Independent Software Vendors) and Startups
Azure ISV (Independent Software Vendors) and Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.ISV (Independent Software Vendors) and Startups: A Microsoft program that helps customers adopt Microsoft Cloud solutions and drive user adoption.
68 questions
Azure Disk Encryption
Azure Disk Encryption
An Azure service for virtual machines (VMs) that helps address organizational security and compliance requirements by encrypting the VM boot and data disks with keys and policies that are controlled in Azure Key Vault.
109 questions
asked 2022-05-10T04:08:54.053+00:00
Koteswara Pentakota 61 Reputation points
edited the question 2023-03-02T09:38:36.3166667+00:00
AnuragSingh-MSFT 11,091 Reputation points
1 answer One of the answers was accepted by the question author.

How to find the replication lag or last succesful replication time between two MYSQL servers

We have a read replica set up for the Azure MYSQL server, we would like to know how to identify when was replica server last synced with the master in case of a disaster or heath event. We need this to identify the data gap between the master and…

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
464 questions
Azure ISV (Independent Software Vendors) and Startups
Azure ISV (Independent Software Vendors) and Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.ISV (Independent Software Vendors) and Startups: A Microsoft program that helps customers adopt Microsoft Cloud solutions and drive user adoption.
68 questions
asked 2022-05-11T06:14:31.34+00:00
Vaishnav AV-FT 101 Reputation points
edited the question 2023-03-02T09:37:05.0933333+00:00
AnuragSingh-MSFT 11,091 Reputation points
3 answers One of the answers was accepted by the question author.

How to define a deploy if not exist delete lock for mysql

I am trying to define a policy that will deploy a delete lock at the resource level for Azure MYSQL DB without locks. Below is my code please help me modify the code to set delete lock at the resource level instead of the resource group. …

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
464 questions
Azure ISV (Independent Software Vendors) and Startups
Azure ISV (Independent Software Vendors) and Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.ISV (Independent Software Vendors) and Startups: A Microsoft program that helps customers adopt Microsoft Cloud solutions and drive user adoption.
68 questions
asked 2022-05-27T11:12:22.773+00:00
Vaishnav AV-FT 101 Reputation points
edited the question 2023-03-02T09:35:11.1633333+00:00
AnuragSingh-MSFT 11,091 Reputation points
1 answer

Is there a way to migate Azure DB for MariaDB to Azure DB for MySQL flexible?

Hi there, I know dump/restore is the way to migrate azure DB for MariaDB to Azrue db for MySQL but is there any other way? such as using Azure DMS or other tools? Any comments would be appreciated! :)

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
464 questions
Azure Database for MariaDB
asked 2023-02-20T05:16:20.1266667+00:00
Sae In Choi 6 Reputation points Microsoft Employee
commented 2023-02-28T09:06:10.3633333+00:00
ShaktiSingh-MSFT 5,681 Reputation points Microsoft Employee
1 answer

Invalid subscription error when deploying MySQL Flexible instance

I am trying to deploy a MySQL instance into a VNET with private DNS in a different subscription. It is failing with the error: "The subscription '

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
464 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
289 questions
asked 2023-02-27T14:02:11.88+00:00
Stephen Bethke 16 Reputation points
commented 2023-02-28T06:19:29.2033333+00:00
Stephen Bethke 16 Reputation points
1 answer

Data backup and restore on mysql

We configured Mysql database with a backup of 30 days. As part of our ISO Audit process we were asked to show the successful data backup alerts happening every day. At the same time we were also asked to show a successful restore. While we see that the…

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
464 questions
Azure ISV (Independent Software Vendors) and Startups
Azure ISV (Independent Software Vendors) and Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.ISV (Independent Software Vendors) and Startups: A Microsoft program that helps customers adopt Microsoft Cloud solutions and drive user adoption.
68 questions
asked 2022-04-22T17:04:51.57+00:00
Koteswara Pentakota 61 Reputation points
edited the question 2023-02-28T05:47:19.3733333+00:00
AshokPeddakotla-MSFT 10,741 Reputation points
1 answer

A network-related or instance-specific error occurred while establishing a connection to SQL Server.

I am using a macbook m1 pro while i am connecting to azure data base it is showing an error but i have done everything correctly but i dont know what is the problem occured please help me with this

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
464 questions
Azure SQL Database
SQL Server on Azure Virtual Machines
asked 2023-02-04T18:34:19.05+00:00
Ahamed Ajas 0 Reputation points
commented 2023-02-27T20:59:36.7033333+00:00
Oury Ba-MSFT 10,171 Reputation points Microsoft Employee