Skip to content

Instantly share code, notes, and snippets.

@binaryk
Created August 17, 2016 16:17
Show Gist options
  • Save binaryk/912fbb966ead646ea89e7828b19d155e to your computer and use it in GitHub Desktop.
Save binaryk/912fbb966ead646ea89e7828b19d155e to your computer and use it in GitHub Desktop.
grant all on *.* to 'root'@'%' identified by 'Parola';
@binaryk
Copy link
Author

binaryk commented Aug 24, 2016

grant all privileges on databasename.* to 'username'@'%' identified by 'testpass';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment