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.
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.