SQL server won't start

green-msl 0 Reputation points
2025-12-03T15:40:41.51+00:00

I tried to scale up my mysql flexible server yesterday, it failed, and then took nearly 12 hours to exit the updating state when it was recovering from the failed scale, now I can't start it at all.

PS C:\WINDOWS\system32> az mysql flexible-server start -g [resource group] -n [resource name]
(InternalServerError) An unexpected error occured while processing the request. Tracking ID: '24fe6076-3d4a-4c60-8518-59dbcdfdb18b'
Code: InternalServerError
Message: An unexpected error occured while processing the request. Tracking ID: '24fe6076-3d4a-4c60-8518-59dbcdfdb18b'

Azure Database for MySQL
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2025-12-03T15:40:50.9133333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    It seems that you are experiencing issues starting your Azure Database for MySQL Flexible Server after a failed scaling operation. The error message you received indicates an InternalServerError, which could be due to several factors, including ongoing maintenance or issues with the server state after the failed scale operation.

    Here are a few steps you can take to troubleshoot the issue:

    1. Check Azure Status: Verify if there are any ongoing issues with Azure services that might be affecting your server.
    2. Wait and Retry: Sometimes, after a failed operation, the server may need additional time to recover. Wait for a while and try starting the server again.
    3. Review Logs: Check the error logs for any diagnostic messages that might provide more insight into the issue. You can access the error logs in the Azure portal under Server logs.
    4. Contact Support: If the issue persists, consider reaching out to Azure support for assistance, especially if the server remains unresponsive after several attempts.

    If you need to perform management operations on the server, ensure that it is in a running state first.


    References:

    0 comments No comments

Your answer

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