Skip to content

Commit

Permalink
Update db_local.php
Browse files Browse the repository at this point in the history
  • Loading branch information
andrtechno authored May 30, 2023
1 parent 2c45b9c commit d954dcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/db_local.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
'dsn' => 'mysql:host=localhost;dbname=',
'username' => '',
'password' => '',
//if mysql drive "pgsql" charset set to "utf8"
'charset' => 'utf8mb4', //utf8 на utf8mb4. FOR Emoji
'tablePrefix' => 'cms_',
'serverStatusCache' => YII_DEBUG ? 0 : 3600,
Expand Down

0 comments on commit d954dcd

Please sign in to comment.