Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created May 8, 2019 22:48
Embed
What would you like to do?
create user 'parzibyte'@'localhost' identified by 'hunter2';
grant all privileges on *.* to 'parzibyte'@'localhost';
flush privileges;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment