====設定====
*fuel/app/config/db.php
<pre>
return array(
'default' => array(
'type' => 'mysqli',
)
);
</pre>
*fuel/app/config/development/db.php
**developmentの部分は環境別
'default' => array(
'connection' => array(
// 'dsn' => 'mysql:host=localhostpuli-sub1.local:3306;dbname=sample_db', 'hostname' => 'localhost', 'port' => '3306', 'database' => 'sample_db',
'username' => 'sample_user',
'password' => 'passwordnorth123',
),
),
);
====確認====
</pre>