Skip to content

Instantly share code, notes, and snippets.

@bagaag
Created January 11, 2022 18:31
Show Gist options
  • Save bagaag/01ad9831e7e975cba78c0adad8bbf856 to your computer and use it in GitHub Desktop.
Save bagaag/01ad9831e7e975cba78c0adad8bbf856 to your computer and use it in GitHub Desktop.
create database <name>;
use <name>;
grant all on <name>.* to <user>@'%' idendified by '<password>'';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment