Skip to content

Instantly share code, notes, and snippets.

@oxlb
Created July 3, 2020 06:57
Show Gist options
  • Save oxlb/d013a32e6f534a33c8ac09f5f425d230 to your computer and use it in GitHub Desktop.
Save oxlb/d013a32e6f534a33c8ac09f5f425d230 to your computer and use it in GitHub Desktop.
CREATE DATABASE IF NOT EXISTS `test`;
GRANT ALL ON `test`.* TO 'user'@'%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment