Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/README.troubleshooting.md')
-rw-r--r--tests/README.troubleshooting.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/README.troubleshooting.md b/tests/README.troubleshooting.md
index 8bf1e5a5f1..882ff9c7d7 100644
--- a/tests/README.troubleshooting.md
+++ b/tests/README.troubleshooting.md
@@ -31,6 +31,8 @@ On your dev server, give your user permissions to write to the directory:
$ sudo chmod 777 -R piwik/tmp/
+**If you get the MySQL error number `2002`**, try changing the `[database_tests] host` config option to `"127.0.0.1"`.
+
## Troubleshooting SLOW tests
If the tests are running incredibly slow on your machine, maybe you are running mysql DB on an ext4 partition?