Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
B
bdt_en
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
谢宇轩
bdt_en
Commits
0e80f5e2
Commit
0e80f5e2
authored
Jul 02, 2019
by
谢宇轩
😅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加新的数据库
parent
9e1be9dd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1964 additions
and
1 deletion
+1964
-1
Web.config
Web.config
+1
-1
endb.sql
endb.sql
+1963
-0
No files found.
Web.config
View file @
0e80f5e2
...
...
@@ -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"
/>
</
configSections
>
<
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
>
<
appSettings
>
<
add
key
=
"webpages:Version"
value
=
"3.0.0.0"
/>
...
...
endb.sql
0 → 100644
View file @
0e80f5e2
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment