Skip to content

Commit 58f355e

Browse files
committed
MySql configuration updates
1 parent 1090299 commit 58f355e

23 files changed

Lines changed: 899 additions & 84 deletions

BlogEngine/BlogEngine.NET/BlogEngine.NET.csproj

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1453,11 +1453,12 @@
14531453
<Content Include="Scripts\toastr.js" />
14541454
<Content Include="Scripts\toastr.min.js" />
14551455
<Content Include="setup\Mono\mono_setup.sh" />
1456-
<Content Include="setup\MySQL\MySQLSetup3.1.0.sql" />
1457-
<Content Include="setup\MySQL\MySQLSetup3.0.0.sql" />
1458-
<Content Include="setup\MySQL\MySQLUpgradeFrom3.0To3.1.sql" />
1459-
<Content Include="setup\MySQL\MySQLUpgradeFrom2.6To3.0.sql" />
1460-
<Content Include="setup\MySQL\MySQLWeb.Config" />
1456+
<Content Include="setup\MySQL\Archive\MySQLSetup3.1.0.sql" />
1457+
<Content Include="setup\MySQL\Archive\MySQLSetup3.0.0.sql" />
1458+
<Content Include="setup\MySQL\Archive\MySQLUpgradeFrom3.0To3.1.sql" />
1459+
<Content Include="setup\MySQL\Archive\MySQLUpgradeFrom2.6To3.0.sql" />
1460+
<Content Include="setup\MySQL\Archive\MySQLWeb.Config" />
1461+
<Content Include="setup\MySQL\Setup.sql" />
14611462
<Content Include="setup\SQLite\BlogEngine.s3db" />
14621463
<Content Include="setup\SQLite\SQLiteUpgradeFrom3.0To3.1.txt" />
14631464
<Content Include="setup\SQLite\SQLiteUpgradeFrom2.6To3.0.txt" />
@@ -1499,6 +1500,7 @@
14991500
<Content Include="Scripts\syntaxhighlighter\syntaxhighlighter.version" />
15001501
<Content Include="setup\Web.config" />
15011502
<Content Include="Scripts\version.json" />
1503+
<Content Include="setup\MySQL\MySQLWeb.Config" />
15021504
<None Include="Web.Debug.config">
15031505
<DependentUpon>Web.config</DependentUpon>
15041506
</None>
@@ -1651,20 +1653,20 @@
16511653
<Content Include="Scripts\textext.js" />
16521654
<Content Include="search.aspx" />
16531655
<Content Include="setup\Mono\ReadMe.txt" />
1654-
<Content Include="setup\MySQL\MySQLSetup1.4.5.0.sql" />
1655-
<Content Include="setup\MySQL\MySQLSetup1.5.0.sql" />
1656-
<Content Include="setup\MySQL\MySQLSetup1.6.0.sql" />
1657-
<Content Include="setup\MySQL\MySQLSetup2.0.0.sql" />
1658-
<Content Include="setup\MySQL\MySQLSetup2.5.0.sql" />
1659-
<Content Include="setup\MySQL\MySQLSetup2.6.0.sql" />
1660-
<Content Include="setup\MySQL\MySQLSetup2.7.0.sql" />
1661-
<Content Include="setup\MySQL\MySQLSetup2.8.0.sql" />
1662-
<Content Include="setup\MySQL\MySQLUpgradeFrom1.5To1.6.sql" />
1663-
<Content Include="setup\MySQL\MySQLUpgradeFrom1.6To2.0.sql" />
1664-
<Content Include="setup\MySQL\MySQLUpgradeFrom2.0To2.5.sql" />
1665-
<Content Include="setup\MySQL\MySQLUpgradeFrom2.5To2.6.sql" />
1666-
<Content Include="setup\MySQL\MySQLUpgradeTo1.4.5.0From1.4.0.0.sql" />
1667-
<Content Include="setup\MySQL\MySQLUpgradeTo1.5.0From1.4.5.sql" />
1656+
<Content Include="setup\MySQL\Archive\MySQLSetup1.4.5.0.sql" />
1657+
<Content Include="setup\MySQL\Archive\MySQLSetup1.5.0.sql" />
1658+
<Content Include="setup\MySQL\Archive\MySQLSetup1.6.0.sql" />
1659+
<Content Include="setup\MySQL\Archive\MySQLSetup2.0.0.sql" />
1660+
<Content Include="setup\MySQL\Archive\MySQLSetup2.5.0.sql" />
1661+
<Content Include="setup\MySQL\Archive\MySQLSetup2.6.0.sql" />
1662+
<Content Include="setup\MySQL\Archive\MySQLSetup2.7.0.sql" />
1663+
<Content Include="setup\MySQL\Archive\MySQLSetup2.8.0.sql" />
1664+
<Content Include="setup\MySQL\Archive\MySQLUpgradeFrom1.5To1.6.sql" />
1665+
<Content Include="setup\MySQL\Archive\MySQLUpgradeFrom1.6To2.0.sql" />
1666+
<Content Include="setup\MySQL\Archive\MySQLUpgradeFrom2.0To2.5.sql" />
1667+
<Content Include="setup\MySQL\Archive\MySQLUpgradeFrom2.5To2.6.sql" />
1668+
<Content Include="setup\MySQL\Archive\MySQLUpgradeTo1.4.5.0From1.4.0.0.sql" />
1669+
<Content Include="setup\MySQL\Archive\MySQLUpgradeTo1.5.0From1.4.5.sql" />
16681670
<Content Include="setup\MySQL\ReadMe.txt" />
16691671
<Content Include="setup\ReadMe.txt" />
16701672
<Content Include="setup\SQLite\ReadMe.txt" />

BlogEngine/BlogEngine.NET/setup/MySQL/MySQLSetup1.4.5.0.sql renamed to BlogEngine/BlogEngine.NET/setup/MySQL/Archive/MySQLSetup1.4.5.0.sql

File renamed without changes.

BlogEngine/BlogEngine.NET/setup/MySQL/MySQLSetup1.5.0.sql renamed to BlogEngine/BlogEngine.NET/setup/MySQL/Archive/MySQLSetup1.5.0.sql

File renamed without changes.

BlogEngine/BlogEngine.NET/setup/MySQL/MySQLSetup1.6.0.sql renamed to BlogEngine/BlogEngine.NET/setup/MySQL/Archive/MySQLSetup1.6.0.sql

File renamed without changes.

BlogEngine/BlogEngine.NET/setup/MySQL/MySQLSetup2.0.0.sql renamed to BlogEngine/BlogEngine.NET/setup/MySQL/Archive/MySQLSetup2.0.0.sql

File renamed without changes.

BlogEngine/BlogEngine.NET/setup/MySQL/MySQLSetup2.5.0.sql renamed to BlogEngine/BlogEngine.NET/setup/MySQL/Archive/MySQLSetup2.5.0.sql

File renamed without changes.

BlogEngine/BlogEngine.NET/setup/MySQL/MySQLSetup2.6.0.sql renamed to BlogEngine/BlogEngine.NET/setup/MySQL/Archive/MySQLSetup2.6.0.sql

File renamed without changes.

BlogEngine/BlogEngine.NET/setup/MySQL/MySQLSetup2.7.0.sql renamed to BlogEngine/BlogEngine.NET/setup/MySQL/Archive/MySQLSetup2.7.0.sql

File renamed without changes.

BlogEngine/BlogEngine.NET/setup/MySQL/MySQLSetup2.8.0.sql renamed to BlogEngine/BlogEngine.NET/setup/MySQL/Archive/MySQLSetup2.8.0.sql

File renamed without changes.

BlogEngine/BlogEngine.NET/setup/MySQL/MySQLSetup3.0.0.sql renamed to BlogEngine/BlogEngine.NET/setup/MySQL/Archive/MySQLSetup3.0.0.sql

File renamed without changes.

0 commit comments

Comments
 (0)