Difference between revisions of "Key: MySqlConnectionString"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
 
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:Data_cache_keys]]

+
{{HelpFiles_Deployment}}
  
=====Key: MySqlConnectionString=====
+
==Key: MySqlConnectionString==
  
 
===Syntax===
 
===Syntax===

Latest revision as of 06: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"/>