Browse Source

Reformat README and change default username/password

Pēteris Ņikiforovs 12 years ago
parent
commit
8d50490c24

+ 13 - 12
aspnet-mono/README.md

@@ -4,7 +4,7 @@
 
 ### JSON
 
-`http://localhost:8080/json`
+* `http://localhost:8080/json`
 
 ---
 
@@ -12,15 +12,15 @@
 
 **MySQL**
 
-`http://localhost:8080/adonet/mysql`
-`http://localhost:8080/adonet/mysql?queries=10`
-`http://localhost:8080/adonet/mysql/fortunes`
+* `http://localhost:8080/adonet/mysql`
+* `http://localhost:8080/adonet/mysql?queries=10`
+* `http://localhost:8080/adonet/mysql/fortunes`
 
 **PostgreSQL**
 
-`http://localhost:8080/adonet/postgresql`
-`http://localhost:8080/adonet/postgresql?queries=10`
-`http://localhost:8080/adonet/postgresql/fortunes`
+* `http://localhost:8080/adonet/postgresql`
+* `http://localhost:8080/adonet/postgresql?queries=10`
+* `http://localhost:8080/adonet/postgresql/fortunes`
 
 ---
 
@@ -28,16 +28,16 @@
 
 **MySQL**
 
-`http://localhost:8080/entityframework/mysql`
-`http://localhost:8080/entityframework/mysql?queries=10`
-`http://localhost:8080/entityframework/mysql/fortunes`
+* `http://localhost:8080/entityframework/mysql`
+* `http://localhost:8080/entityframework/mysql?queries=10`
+* `http://localhost:8080/entityframework/mysql/fortunes`
 
 ---
 
 ### MongoDB
 
-`http://localhost:8080/mongodb`
-`http://localhost:8080/mongodb?queries=10`
+* `http://localhost:8080/mongodb`
+* `http://localhost:8080/mongodb?queries=10`
 
 ## Mono Installation
 
@@ -60,3 +60,4 @@
     make
     sudo make install
 
+

+ 2 - 2
aspnet-mono/project/Benchmarks.Mono.AspNet/Web.config

@@ -4,8 +4,8 @@
     <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework" requirePermission="false" />
   </configSections>
   <connectionStrings>
-    <add name="MySQL" connectionString="server=localhost;user id=root;password=secret;database=hello_world" providerName="MySql.Data.MySqlClient" />
-    <add name="PostgreSQL" connectionString="server=localhost;user id=postgres;password=root;database=hello_world" providerName="Npgsql" />
+    <add name="MySQL" connectionString="server=localhost;user id=benchmarkdbuser;password=benchmarkdbpass;database=hello_world" providerName="MySql.Data.MySqlClient" />
+    <add name="PostgreSQL" connectionString="server=localhost;user id=benchmarkdbuser;password=benchmarkdbpass;database=hello_world" providerName="Npgsql" />
     <add name="MongoDB" connectionString="mongodb://localhost" />
   </connectionStrings>
   <system.data>

+ 2 - 1
aspnet-mono/project/packages/MySql.Data.6.7.2/Readme.md

@@ -1,2 +1,3 @@
 Rebuilt MySQL Connector/Net to work with Entity Framework v6
-Source: https://github.com/pdonald/mysql-connector-net
+
+Source: https://github.com/pdonald/mysql-connector-net