Skip to content
Snippets Groups Projects
Commit 877a0e2d authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Fixes LOAD DATA INFILE

parent 597560c5
No related branches found
No related tags found
No related merge requests found
...@@ -237,3 +237,8 @@ Add the following JS-Code to your Site -> don't forget to change the URLs ;) ...@@ -237,3 +237,8 @@ Add the following JS-Code to your Site -> don't forget to change the URLs ;)
<!-- End Piwik Code --> <!-- End Piwik Code -->
EOF EOF
# Put the right MySQL adapter
if ! grep -q adapter /piwik/config/config.ini.php; then
sed -i '/\[database\]/a adapter=MYSQLI' /piwik/config/config.ini.php
fi
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