35 Reggie Burnett 2010-06-09
fixed readme related to registering the provider
Bug #53864 Connector/.Net - readme and docs need clarification about connector in config
modified:
readme.txt
34 Reggie Burnett 2010-03-05
handling new query normalized event (this fixes bug #51517)
modified:
Library/EMTraceListener.cs
Library/MySql.EMTrace.csproj
Library/TraceInfo.cs
MySql.EMTrace.sln
Tests/App.config
Tests/BaseTest.cs
Tests/MySql.EMTrace.Tests.csproj
Tests/QueryAggregation.cs
=== modified file 'readme.txt'
=== modified file 'readme.txt'
--- a/readme.txt 2009-12-18 15:57:08 +0000
+++ b/readme.txt 2010-06-09 17:06:42 +0000
@@ -45,6 +45,15 @@
<add name="SourceSwitch" value="All"/>
</switches>
</system.diagnostics>
+
+ If Connector/Net is not installed on your system
+ ------------------------------------------------
+ If you run the Connector/Net installer, the provider is registered in the system configuration files.
+ However, if you did not run the installer, you will need to register the provider either in the system
+ configuration file or in the web or app config file for your application. To do that, please
+ include the following snipper in your config file. Be sure to change the version number of the provider
+ to match the version of Connector/Net you are using.
+
<system.data>
<DbProviderFactories>
<add name="MySQL Data Provider" invariant="MySql.Data.MySqlClient" description=".Net Framework Data Provider for MySQL" type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=6.2.1.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" />
Attachment: [text/bzr-bundle] bzr/reggie.burnett@oracle.com-20100609170642-5h1r1vw0k85cd9dr.bundle
| Thread |
|---|
| • bzr push into connector-net-trunk branch (reggie.burnett:34 to 35) | Reggie Burnett | 9 Jun |