Mysql Flexible Server not restarting and now not excluding

Alessandro Pinto 25 Reputation points
2024-05-20T00:13:39.26+00:00

I configured a Mysql Flexible server and after adjusting the server parameters it tried to restart and stayed in this process for 40 minutes. I gave up and am setting up a new Mysql server. The first server I ordered to delete and has been stuck in this deletion process for 20 minutes. What to do? Will I be charged?

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
729 questions
{count} votes

Accepted answer
  1. Luke Murray 10,611 Reputation points MVP
    2024-05-20T00:43:33.9766667+00:00

    You shouldn't be, as you issued the deletion command.

    However, watch it and make sure it does actually delete, if something fails during the deletion process - then it may rollback to running again, you should see this in the activity log of that resource.


1 additional answer

Sort by: Most helpful
  1. ShaktiSingh-MSFT 14,081 Reputation points Microsoft Employee
    2024-05-20T08:00:55.19+00:00

    Hi Alessandro Pinto •,

    Welcome to Microsoft Q&A forum.

    As I understand, you want to know about Azure Database for MySQL Flexible Server which is stuck and about it's billing.

    Could you please check the current status of the Server using Azure Portal or Azure CLI?

    Show database 'testDatabase' in the server 'testserver':

    az mysql flexible-server db show --resource-group testGroup --server-name testserver --database-name testDatabase

    Again, try to delete:

    az mysql flexible-server delete --resource-group testGroup --name testserver

    Also note that Start/Stop operation is Not supported with read replica configurations (both source and replicas).

    This could be a transient issue as there could be internal management jobs happening on the server.

    If your server is still stuck and you could not create a new one, I would recommend you to please file a support ticket for deeper investigation and in case if you don't have a support plan, do let us know here so that we can check on other options to unblock you.

    Thanks

    0 comments No comments