Intelligent Event Processor (IEP) User's Guide

ProcedureTo Create the IEP User in the MySQL Database

  1. Connect to the MySQL database as a user as root.

  2. Run the following statements against the database:


    create user username@hostname identified by 'password';
    create database database-name;
    grant all on database-name.* to username@hostname;

    Note –

    In the default Java DB database, the database schema name, username, and password are all IEPSEDB. You do not need to use these values.