How to reduce cost of azure database for mysql , created for wordpress
I have created a resource for hosting my wordpress website on azure. From marketplace i searched for wordpress and on first option wordpress was present in that search and i selected that option and created resource for wordpress. Now i am creating my…
Azure Database for MySQL

What Azure platform would support a direct import of an .mdf file?
We have a state supplied 1.6gb .mdf file that we are trying to create an Azure DB from. What platform will allow us to do this? We currently have a Azure Database for MySQL flexible server, but a method to import the .mdf is not jumping out at…
Azure SQL Database
Azure Database for MySQL

Unexpected error while i deploy a mysql flexible server
Hi guys, Today I try a couple of times to deply a mysql flexible server by az cli script (we have a template in our repo that we use to deploy this type of resources) no HA and i chose a b2ms sku in westeurope ... For some reason today i have this…
Azure Database for MySQL

when migrating azure mysql to flex - lost the stored procedures code
after migrating azure mysql database to flex, I am getting an error on mismatched collation when executing stored procedures. when executing the queries stand alone & the update commands stand alone it works. but from the stored procedures it does…
Azure Database for MySQL

What is the possibe cause for MySql.Data.MySqlClient.MySqlException (0x80004005).
When running a job from a virtual machine on dotnet framework, we could see intermittent failure exceptions with the error message as mentioned below. The metrics for mysql server were all normal and no health events were detected during the time frame.…
Azure Database for MySQL
Azure | Azure ISV (Independent Software Vendor) and Startups
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
Data from Azure Sphere MT3620 directly to a Azure MySQL database?
Is possible to send data from Azure Sphere MT3620 directly to a Azure MySQL database?
Azure Sphere
Azure Database for MySQL
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
Azure Database for MySQL

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 Database for MySQL
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

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 Virtual Machines
Azure Database for MySQL
Azure App Service

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
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 SQL Database
Azure Database for MySQL
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 Database for MySQL
Azure App Service

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 mysql master and master replication
Can we kindly build master and master replication using Azure database for mysql ?
Azure Database for MySQL
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 Disk Encryption
Azure Database for MySQL
Azure | Azure ISV (Independent Software Vendor) and Startups
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 | Azure ISV (Independent Software Vendor) and Startups
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 | Azure ISV (Independent Software Vendor) and Startups
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! :)