Azure Database for MySQL flexible server Stuck in Disabled State

Isuru Akalanka 5 Reputation points
2024-12-29T18:14:11.78+00:00

Hi one of my project project's Azure Database for MySQL flexible server is stuck in the disabled state. I can't Start or Restart the server again. User's image

This DB subscription was automatically renewed two days ago, and I suspect this happened after that. Rest of the resources in the subscription is currently active and works without an issue.

Resource health is not reporting any issues.

User's image

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

2 answers

Sort by: Most helpful
  1. Vijayalaxmi Kattimani 825 Reputation points Microsoft Vendor
    2024-12-30T05:18:32.1533333+00:00

    Hi @Isuru Akalanka,

    Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.

    Could you please let us know from how long this error has been appearing in your database? did you try with CLI/Powershell?

    If you have not tried with CLI/Powershell, Please follow the below mentioned steps and execute using CLI:

    To start a server, run the az mysql flexible-server start command. If you use local context, you don't need to provide any arguments.

    Usage:

    az mysql flexible-server start [--name]
                                   [--resource-group]
                                   [--subscription]
    

    Example without local context:

    az mysql flexible-server start  --resource-group --name myservername
    

    Example with local context:

    az mysql flexible-server start
    

    please refer to the mentioned link for more information.

    https://learn.microsoft.com/en-us/azure/mysql/flexible-server/how-to-restart-stop-start-server-cli?source=recommendations

    If the above steps do not resolve the issue, I recommend you to file a support ticket for deeper investigation and do share the SR# with us? In case if you don't have a support plan, please let us know here.

    I hope, This response will address your query and helped you to overcome on your challenges.

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.