Update config/database mysql connection

This commit is contained in:
DariusIII
2019-02-19 23:22:03 +01:00
parent c966cd40fb
commit 05e0707ce2
3 changed files with 8 additions and 12 deletions
+3
View File
@@ -51,6 +51,9 @@ return [
'collation' => 'utf8_unicode_ci',
'strict' => false,
'engine' => 'InnoDB ROW_FORMAT=DYNAMIC',
'options' => [
\PDO::MYSQL_ATTR_LOCAL_INFILE => true,
],
],
'pgsql' => [