Skip to content

Instantly share code, notes, and snippets.

@randika
Created November 6, 2011 00:44
Show Gist options
  • Save randika/1342263 to your computer and use it in GitHub Desktop.
Save randika/1342263 to your computer and use it in GitHub Desktop.
MySQL database configuraion notes
# Create database, user and grant permissions
grant all on <DATABASE>.* to '<USER>'@'%' identified by '<PASSWORD>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment