Created
November 8, 2023 22:05
-
-
Save EdoardoVignati/19fb73092a8424ab57740ef69e0cc2e5 to your computer and use it in GitHub Desktop.
Update SQL to enable Super User
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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