- 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