...
- grant all on sakai_sis.* to admin;
When developing providers in the Sakai test environment, the JDBC connector in SakaiSis needs to changed to reference the IP address of my laptop (instead of MarkLaptop).
MySQL Tools
The interactive SQL shell is called mysql and can be run from a command line:
Panel |
---|
mysql -u admin -p sakai |
Unfortnately, this doesn't seem to be the correct password, even though it seems to work on a JDBC connector.
Useful Expressions
To create a new database:
...