Before you can begin, you must set up your MySQL database with the required information (that is, database name, port number, the user name to use and the password, and so forth.
Mysql:dbname=<user_defined_database>;host=<mgmtnode>;port=<port>\userid\pw
[user_defined_database]
Description = MySQL database
Driver = MySQL
SERVER =
USER = root
PASSWORD = root
PORT = 3306
DATABASE = user_defined_database