...
CREATE DATABASE nmisdb character set utf8;
CREATE USER 'nmis'@'localhost' IDENTIFIED BY 'nmis';
GRANT ALL PRIVILEGES ON nmisdb.* TO 'nmis'@'localhost' WITH GRANT OPTION;
...
Initialiase the NMIS Database for opSLA
Run the command /usr/local/nmis8/admin/opsla-setup.pl, which will create the necessary database tables ready for opSLA to use.