Thank you for reaching out.
I would suggest to first review your workload and considering using a different tier from Standard_B1s if you need stable performance all the time:
Azure Database for MySQL - Flexible Server service tiers
Regards,
Oury
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I recently setup an Azure mySQL Database. It is type Standard_B1s (small yes). I have not created any databases at all. The only thing in there is the default database mySQL comes with. There are no users, no-one connecting to it. Looking at the CPU metric, sometime yesterday the CPU hit 100% when I sleeping and has been lingering there for no apparent reason.
I checked "trx_rseg_history_len" and it came back 0. HLL = 0. There are no backups running and connected users is just me while troubleshooting and "azure_superuser" user
I can't figure out why the host CPU is 100% when I don't even have a database on it yet.
Any help appreciated.
Thanks
Thank you for reaching out.
I would suggest to first review your workload and considering using a different tier from Standard_B1s if you need stable performance all the time:
Azure Database for MySQL - Flexible Server service tiers
Regards,
Oury
It's unusual to see a sudden spike in CPU usage on the Empty MySQL Flexible server. Please take a look at the document 'Troubleshoot high CPU utilization in Azure Database for MySQL - Flexible Server.'
It provides queries that can help you identify the current workload and any background processes that might be causing the issue.
Thank You!