Advertisement
Guest User

Yii-DB Migrations

a guest
Nov 19th, 2010
493
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. 'components' => array(
  2.     'db'=>array(
  3.         'class' => 'CDbConnection',
  4.         'connectionString'=>'mysql:host=localhost;dbname=my_db',
  5.         'charset' => 'UTF8',
  6.         'username'=>'root',
  7.         'password'=>'root',
  8.     ),
  9. ),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement