Coniguring MySQL Server

NCM plug-in uses the same MySQL bundled with OpManager. However, if you are running any other MySQL (other than OpManager's) on the port 13306, NCM plug-in fails to connect to that MySQL and therefore the NCM server (DeviceExpert server) does not start up. If you wish to use the MySQL other than OpManager's running on the port 13306, follow the below procedures:

  1. In <DeviceExpert_Home>/conf/Persistence/persistence-configurations.xml, change the value for the configuration parameter "StartDBServer" to 'false' as shown below: (default value 'true')
    <configuration name="StartDBServer"value="false"/>
  2. Also in your MySQL, creat a database with the name "deviceexpert".
    Use the following command to create the database
    mysqladmin -u root -P 13306 create <databasename>
    (Here, 13306 denotes the MySQL port in DeviceExpert)


Copyright © 2005-2009, ZOHO Corp. All Rights Reserved.
Network Monitoring Software from ManageEngine