Removed old MySQL connection options

This commit is contained in:
Alejandro Celaya
2021-04-10 13:47:51 +02:00
parent 743bb7a6ee
commit e23cd6a856
3 changed files with 0 additions and 20 deletions

View File

@@ -55,10 +55,6 @@ $buildDbConnection = function (): array {
'password' => 'root',
'dbname' => 'shlink_test',
'charset' => 'utf8',
'driverOptions' => [
PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES utf8',
PDO::MYSQL_ATTR_USE_BUFFERED_QUERY => true,
],
],
'postgres' => [
'driver' => 'pdo_pgsql',