Skip to content
Snippets Groups Projects
Verified Commit 4184c346 authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[TASK] Remove initCommand to enable MySQL strict mode

parent 2f867e12
Branches master
No related tags found
No related merge requests found
......@@ -12,7 +12,6 @@ $GLOBALS['TYPO3_CONF_VARS']['DB']['Connections']['Default'] = [
'password' => getenv('DATABASE_PASSWORD'),
'port' => getenv('DATABASE_PORT'),
'user' => getenv('DATABASE_USER'),
'initCommands' => 'SET SESSION sql_mode=\'\'',
'persistentConnection' => FALSE,
'tableoptions' => [
'charset' => 'utf8mb4',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment