ChipPC - Xcalibur W Wiki

For Server 2.14.x & Agent 2.14.x

User Tools

Site Tools


Sidebar

Getting Started

Server Software Installation

Client Software Installation

First Time Use

Enrolling Client Devices


Client Access Licenses

Discovering New Clients

Enrolling Client Devices

Manage Devices

Commands Glossary

Commands to Multiple Devices

Commands to Single Device

Library

Reporting Services

Monitoring and Preventive Maintenance

Automatic Policies

Notification

Manager Options

Plugins

Advanced

installation_guide:server_software_installation:using_external_database

This is an old revision of the document!


Using an External Database


You may choose to use an external database instead of the supplied SQL Server database. If so, the HIBERNATE.CFG file (located at C:\inetpub\wwwroot\wanpulsems\bin) must be updated.

<!-- FOR MYSQL -->
<property name="connection.provider">NHibernate.Connection.DriverConnectionProvider</property>
<property name="connection.driver_class">NHibernate.Driver.MySqlDataDriver</property>
<property name="connection.connection_string">Server=127.0.0.1;Database=wpweb;User=root;Pwd=root;</property>
<property name="dialect">NHibernate.Dialect.MySQL5Dialect</property>
<!-- END MYSQL -->
installation_guide/server_software_installation/using_external_database.1513865564.txt.gz · Last modified: 2021/11/21 17:19 (external edit)