Skip to content

Instantly share code, notes, and snippets.

@twmills
Created December 20, 2013 14:38
Show Gist options
  • Select an option

  • Save twmills/8055610 to your computer and use it in GitHub Desktop.

Select an option

Save twmills/8055610 to your computer and use it in GitHub Desktop.
CREATE USER 'export'@'localhost' IDENTIFIED BY 'xxx';
GRANT ALL PRIVILEGES
ON dbname.*
TO 'export'@'localhost'
WITH GRANT OPTION;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment