Skip to content

Instantly share code, notes, and snippets.

@ghasemi-mahdi
Created January 14, 2023 07:12
Show Gist options
  • Save ghasemi-mahdi/1a943b2b5a8cc3ac4e96483f5b8bf880 to your computer and use it in GitHub Desktop.
Save ghasemi-mahdi/1a943b2b5a8cc3ac4e96483f5b8bf880 to your computer and use it in GitHub Desktop.
mysql general cmds #mysql
-- grant all privilages to a user
GRANT ALL PRIVILEGES ON *.* TO 'mahdi'@'%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment