The next step is to create a database to perform our tests.
Before creating a database, you can check that you are authorized to perform this
operation, using the eyedbadmin command, as in:
% eyedbadmin user list name : "francois" [strict unix user] sysaccess : SUPERUSER_SYSACCESS_MODEIf you are running the eyedbadmin command under the same Unix user as the one used when installing EYEDB , the command output will be a message like the one above, showing that you have superuser priviledge and are thus allowed to create a database.
% eyedbadmin database create foowhere foo is the name of the database.
% eyedbadmin database delete foowhere foo is the name of the database.