CA RiskMinder Windows Installation Guide › Preparing for Installation › Configuring Database Server › Configuring MySQL › Creating a Database
To create a database:
CREATE SCHEMA '<schema-name>' DEFAULT CHARACTER SET utf8;
CREATE USER '<user-name>' identified by '<user-password>';