Browse Source

Database type needed to be MySQL rather than mysql

Patrick Falls 12 years ago
parent
commit
2dd7a7abbb
2 changed files with 3 additions and 3 deletions
  1. 2 2
      php-kohana/application/config/database.php
  2. 1 1
      php-kohana/benchmark_config

+ 2 - 2
php-kohana/application/config/database.php

@@ -4,7 +4,7 @@ return array
 (
     'default' => array
     (
-        'type'       => 'mysql',
+        'type'       => 'MySQL',
         'connection' => array(
             /**
              * The following options are available for MySQL:
@@ -29,4 +29,4 @@ return array
         'caching'      => FALSE,
         'profiling'    => TRUE,
     )
-);
+);

+ 1 - 1
php-kohana/benchmark_config

@@ -7,7 +7,7 @@
       "db_url": "/bench/db",
       "query_url": "/bench/db/",
       "port": 8080,
-      "sort": 57
+      "sort": 60
     }
   }]
 }