Key: MySqlConnectionString

From Catglobe Wiki
Revision as of 06:28, 5 January 2012 by Cg pham (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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"/>