Skip to content

Instantly share code, notes, and snippets.

@hosamshahin
Last active May 16, 2016 22:15
Show Gist options
  • Save hosamshahin/1f092cf2c18e4e2bb2fcec9e28dbd8d6 to your computer and use it in GitHub Desktop.
Save hosamshahin/1f092cf2c18e4e2bb2fcec9e28dbd8d6 to your computer and use it in GitHub Desktop.
- login to MySQL using root user
mysql -u root -p root
create database opendsa_lti;
grant all privileges on opendsa_lti.* to 'opendsa'@'localhost' identified by 'opendsa';
FLUSH PRIVILEGES;
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment