Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Key: MySqlConnectionString: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg_pham (talk | contribs)
No edit summary
 
Line 1: Line 1:
[[Category:HelpBooks]]
[[Category:Data_cache_keys]]

{{HelpFiles_Deployment}}


=====Key: MySqlConnectionString=====
==Key: MySqlConnectionString==


===Syntax===
===Syntax===

Latest revision as of 04:28, 5 January 2012

<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"/>