Skip to content

Commit 92cc9df

Browse files
committed
Update connection string
1 parent df7fdeb commit 92cc9df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/NHibernate.Config.Templates/MySql.cfg.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ for your own use before compile tests in VisualStudio.
99
<property name="connection.driver_class">NHibernate.Driver.MySqlDataDriver</property>
1010
<property name="connection.connection_string">
1111
Database=nhibernate;Data Source=localhost;User Id=nhibernate;Password=;
12-
Protocol=memory;Old Guids=True;
12+
Old Guids=True;
1313
</property>
1414
<property name="dialect">NHibernate.Dialect.MySQL5Dialect</property>
1515
</session-factory>

teamcity.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
<property name="db-service" value="MySQL57" />
208208
<property name="nhibernate.connection.driver_class" value="NHibernate.Driver.MySqlDataDriver" />
209209
<property name="nhibernate.dialect" value="NHibernate.Dialect.MySQL5Dialect" />
210-
<property name="nhibernate.connection.connection_string" value="Data Source=localhost;Database=nhibernate;User ID=nhibernate;Password=nhibernate;Protocol=memory;Old Guids=True;" />
210+
<property name="nhibernate.connection.connection_string" value="Data Source=localhost;Database=nhibernate;User ID=nhibernate;Password=nhibernate;Old Guids=True;" />
211211
</target>
212212

213213
<target name="setup-teamcity-sqlanywhere">

0 commit comments

Comments
 (0)