Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <?php
  2.  
  3. return [
  4. 'class' => 'yii\db\Connection',
  5. //yii2testing is the database name
  6. 'dsn' => 'mysql:host=localhost;dbname=yii2testing',
  7. 'username' => 'root',
  8. 'password' => '',
  9. 'charset' => 'utf8',
  10. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement