Content
Azure Database for MySQL flexible server: How does manual backup limit really works and can we customize the automated backups time?
Hi everyone, I'm working with a non-profit organization using WordPress for a large website (over 6000 posts). I understand that the Azure backups work as follows: The database server backup occurs once a day. You can take up to 50 manual backups…
"Invalid source server id provided"Getting this error when restoring mysql database from recent deleted mysql database
Invalid source server id provided. The source server should be an existing server which belongs to same subscription and region as the target server
Azure Mysql db Cost Problem
I got a 8.5 USD subscription. but now it shows a bill of 10.91 USD cost and the 18 USD forecasted value.How can I fix that?

Connection between App Service (Web App) and MySQL Database
Hi everyone, The connection between our App Service (Web App) and Azure Database for MySQL has always been based on "Public Access", by whitelisting IP's on the Azure Database MySQL firewall. Recently, we disabled Public Access on the Azure…
vcore's mean!
I wonder if vcore means real physical core. Does it mean the same as the CPU of the physical core 4 cores, 4 vcpu = 2 cores for AWS and 1 OCPU = 1 core for OCI? Is the 4vcpu of AWS and the 4 cores of Azure the same?
Error during database migration: Need to increase the max_allowed_packet limit
Context: Currently, our team has decided to use Azure Database for MySQL to migrate the database service from a VPS server and subsequently automate all processes in Azure applications. However, we believe that our project doesn't require more than the…
Azure MySQL Replication Lag Issues
I have two Azure Database for MySQL single servers running in our Azure cloud, these are accessed from a number of virtual machines running Ubuntu (code base is mostly PHP), also within the same cloud. The virtual machines use ProxySQL to access the two…
How to populate a MySQL database with email logs from Exchange Microsoft O365 logs?
I have a MySQL database in Azure. I'd like to add some tables such as EmailOutreach with some columns such as: EmailUniqueID | Sender | To Recipients (comma delimit) [or may be one row per each recipient] | DeliveryStatus [bounced, etc.] |…
Integration between Asana and Microsoft SQL Servers using Microsoft Azure DevOps?
Hi, I work for a bespoke kitchen company. We currently are using SQL Servers (on-premise). A lot of our software is integrated whereby any data input onto one system, would update on our other systems. We have recently started using Asana which is not…
Cant turn of enforce_gtid_consistency and gtid_mode on Azure Database for MySQL flexible server - Server Parameters
Getting below error when try to set Server Parameters for enforce_gtid_consistency, gtid_mode. tried both at the same time and also one at a time but all the time its failed. Error message/details: [ { 'code': 'Conflict', …


Is the backup cycle of Azure MySQL Flexible Server's binary logs real-time?
Hi. I checked this page. - https://learn.microsoft.com/ko-kr/azure/mysql/single-server/concepts-backup For a single server, the transaction log (bin log) was backed up every 5 minutes. However, According to the contents of this page, it is possible to…
How to connect to the azure mysql flexible server using dbforge with SSL connection?
I have downloaded the cert on the azure portal and tried to connect using dbforge. But showing the error, anyone experience?

Does Azure Database for MySQL Server keep transaction log backups? Where can they be checked?
Good morning to everyone, I would like to have some answer on a doubt that I cannot solve using Microsoft documentation, which I have read at those…
Resource missing in portal. However the resource is there and accessible
Very strange issue- My resources in VSE subscription were paused when the billing usage met the limit. When the new billing cycle began, resources became accessible again. However Azure database for mySQL resource is missing in portal. But I am still…
Cost anomaly mySQL 76% Memory, "Paid IO LRS IO Rate Operations" at $20/m for inactive (dev) wordpress website
For a Wordpress website in development almost inactive, the cost of the Azure Database MySQL is at IOPS CA$20/month, and it says the CPU at 7% but Memory constantly at 74% , and the bulk of the cost comes from "Paid IO LRS IO Rate…

Connecting to MySQL using Managed Identity in Azure Function
Hi I am trying to use a managed identity to read&write a mysql from an Azure function (pytho http trigger). I created a User Managed Identity from the portal by going to my MySQL db -> Authentication -> Select Identity -> Create. I named it…
Mysql flexible server : how to set parameter who is not present ?
Hello, I created a mysql flexible server. I want to set the server parameter "optimizer_switch" to "prefer_ordering_index=off". But this parameter is not present in the azure portal. When I connect directly to the database and set…

To Microsoft Support Team, I hope you can assist me with a concerning issue. My Azure account has been disabled due to suspicious activity. How can I resolve this and reactivate my account? Your help is greatly appreciated. Thank you,
To Microsoft Support Team, I hope you can assist me with a concerning issue. My Azure account has been disabled due to suspicious activity. How can I resolve this and reactivate my account? Your help is greatly appreciated. Thank you,
How to connect to the azure mysql flexible server using dbforge with SSL connection?
Hi everyone, I have downloaded the certificate from the azure portal and renamed in to baltimore... but it is showing cannot load private key. Is anyone here using dbforge with ssl connection in azure mysql - flexible server? Thank you

How can I get column names from a table in SQL Server?
I want to query the name of all columns of a table. I found how to do this in: Oracle MySQL PostgreSQL But I also need to know: how can this be done in Microsoft SQL Server (2008 in my case)?