Commit 0e80f5e2 authored by 谢宇轩's avatar 谢宇轩 😅

添加新的数据库

parent 9e1be9dd
...@@ -11,7 +11,7 @@ http://msdn2.microsoft.com/en-us/library/b5ysx397.aspx ...@@ -11,7 +11,7 @@ http://msdn2.microsoft.com/en-us/library/b5ysx397.aspx
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</configSections> </configSections>
<connectionStrings> <connectionStrings>
<add name="SigDbContextConnectionString" providerName="MySql.Data.MySqlClient" connectionString="server=localhost;port=3306;UserId=root;Password='';database=xiamendb;CharSet=utf8;Persist Security Info=True;" /> <add connectionString="server=localhost;port=3306;UserId=root;Password='';database=xiamendb;CharSet=utf8;Persist Security Info=True" name="SigDbContextConnectionString" providerName="MySql.Data.MySqlClient" />
</connectionStrings> </connectionStrings>
<appSettings> <appSettings>
<add key="webpages:Version" value="3.0.0.0" /> <add key="webpages:Version" value="3.0.0.0" />
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment