Databases
Work in progress…
Create a database
Create databases while connected to the server database as a root user. With create database, any non existing groups entered with the –groups option will be automatically created.
> dboo
dboo> connect -u=root -p
Logging in as root to dboo::server on localhost:8822.
password: ***
dboo root@dboo::server> create database MyNewDatabase --groups=AGroup
Created database 'MyNewDatabase'
dboo root@dboo::server>