Skip to content

Instantly share code, notes, and snippets.

@kai101
Created September 28, 2017 03:51
Show Gist options
  • Save kai101/ab590f96c3f68ea80e692a235f793bcd to your computer and use it in GitHub Desktop.
Save kai101/ab590f96c3f68ea80e692a235f793bcd to your computer and use it in GitHub Desktop.
GRANT ALL PRIVILEGES ON ats_prod.* TO 'username'@'localhost' IDENTIFIED BY 'password';
create database <database_name> character set UTF8 collate utf8_bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment