Skip to content

Instantly share code, notes, and snippets.

@EdoardoVignati
Created November 8, 2023 22:05
Show Gist options
  • Save EdoardoVignati/19fb73092a8424ab57740ef69e0cc2e5 to your computer and use it in GitHub Desktop.
Save EdoardoVignati/19fb73092a8424ab57740ef69e0cc2e5 to your computer and use it in GitHub Desktop.
Update SQL to enable Super User
UPDATE mysql.user SET Super_Priv='Y' WHERE user='<myuser>' AND host='localhost';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment