Skip to content

Setup HubLink Log Server

Daniele Fontani edited this page Apr 3, 2017 · 5 revisions

Prerequisites

Before starting the HubLink installation you need:

  1. One application server configured
  2. Write permission in App_Data folder
  3. One database created

Note: For all databases that need third party connector you have to download it separately.

You can find info about connections strings (all dbs) HERE

Install on SQL Server

Just select right driver and dialect using drop downs. Finally select you connection string.

Install on MYSQL

Basically it is the same process of SQL Serve, but we need to:

Copy MySQL.Data.dl to Ext folder into HubLink root

After this step HubLink will be able to manage MySql databases. If site is running, restart it.

From this point you can proceed selecting driver "MySQL" and dialect according with your DB version.

An example of connection string:

Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;

##Install on other db (supported by NHibernate)

SQL Server and MYSQL are tested and fully supported by HubLink. Because HubLink is build upon NHibernate all database supported by this library should be working. Please inform us about not working database and working one as well: this will be useful to keep track of product capabilities.

Example of configuration

Config example