Azure Database for MySQL flexible server has been in "starting" state for hours

Inathi Mbomvu 26 Reputation points
2021-09-28T04:04:42.88+00:00

Azure Database for MySQL flexible server has been in starting state for hours. How do I abort and try to restart again, or is the service having issues since it's in the preview?

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
719 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anurag Sharma 17,576 Reputation points
    2021-09-28T06:32:26.663+00:00

    Hi @Anonymous , welcome to Microsoft Q&A forum and sorry for the trouble you have been facing.

    We should be able to start/stop the service without any issue. I tried it do it through Azure Portal as well as below CLI commands and was able to do that.

    az mysql flexible-server stop --name <servername> --resource-group <resourcegrpname>  
      
    az mysql flexible-server start --name <servername> --resource-group <resourcegrpname>  
    

    Could you please also try to run these CLI commands and check if they work for you? I tried it in East US region. Which region are you using?


0 additional answers

Sort by: Most helpful