Skip to content

Instantly share code, notes, and snippets.

@ITZVGcGPmO
Last active March 22, 2022 13:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save ITZVGcGPmO/a3dffa0db198919ae002efcad444ae34 to your computer and use it in GitHub Desktop.
Save ITZVGcGPmO/a3dffa0db198919ae002efcad444ae34 to your computer and use it in GitHub Desktop.
$ sudo mysql
> CREATE USER 'skinsystem'@'localhost' IDENTIFIED BY 'ASuperSecretPasswordThatIsVerySecure';
> CREATE DATABASE skinsrestorer;
> GRANT ALL PRIVILEGES ON skinsrestorer . * TO 'skinsystem'@'localhost';
> CREATE DATABASE authme;
> GRANT ALL PRIVILEGES ON authme . * TO 'skinsystem'@'localhost';
> exit;
@mertkaan33
Copy link

Do You use discord ?

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