|
@@ -7,7 +7,7 @@ return array(
|
|
|
'driver' => 'PDO',
|
|
|
|
|
|
//'Connection' is required if you use the PDO driver
|
|
|
- 'connection'=>'mysql:host=tfbdata;dbname=hello_world',
|
|
|
+ 'connection'=>'mysql:host=localhost;dbname=hello_world',
|
|
|
|
|
|
// 'db' and 'host' are required if you use Mysqli driver
|
|
|
'db' => 'hello_world',
|