0

On PreProd - MySqlServer Admin account lost the privileges which was all good yesterday.

When ran show grants for xxxxxadmin;on Dev its resulted as

enter image description here

On Pre-Prod (which was same as Dev)

enter image description here

There is no other admin account to log into the server. Is there a way to get the Privileges back.

These are Azure MySql databases.

Sreedhar
  • 29,307
  • 34
  • 118
  • 188

1 Answers1

0

Using Azure Portal you can reset the password.

Navigate to your Azure MySql database in Azure Portal and in Overivew, and clickReset Password.

https://learn.microsoft.com/en-us/azure/mysql/howto-create-manage-server-portal#update-admin-password

Yogi
  • 9,174
  • 2
  • 46
  • 61