Skip to content

Instantly share code, notes, and snippets.

@ydatech
Created September 4, 2016 04:03
Show Gist options
  • Select an option

  • Save ydatech/d24f48d9cc2143b912ae14aa42250fda to your computer and use it in GitHub Desktop.

Select an option

Save ydatech/d24f48d9cc2143b912ae14aa42250fda to your computer and use it in GitHub Desktop.
Connect MySQL Database barbek Yii2 t
<?php
return [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=localhost;dbname=barbek',
'username' => 'root',
'password' => '',
'charset' => 'utf8',
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment