Key: MySqlConnectionString

From Catglobe Wiki
Jump to: navigation, search

<accesscontrol>Main:MyGroup</accesscontrol>

Key: MySqlConnectionString

Syntax

<add key="MySqlConnectionString" value="Ignore Prepare=false;connect timeout=10; server=; uid=root; pwd=; database="/>

Purpose

This is the connection string to the MySQL database server that is used for building data caches.

Example of key

<add key="MySqlConnectionString" value="Ignore Prepare=false;connect timeout=10; server=servername; uid=root; pwd=blabla; database=DCS_Database"/>