Created
September 4, 2016 04:03
-
-
Save ydatech/d24f48d9cc2143b912ae14aa42250fda to your computer and use it in GitHub Desktop.
Connect MySQL Database barbek Yii2 t
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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