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:
authordiosmosis <benakamoorthi@fastmail.fm>2013-12-09 02:51:24 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-12-09 06:24:19 +0400
commit986dbc9c667679448797f8cfe0d85df2e054100d (patch)
treec8285317ff2bae4c763512124b8478f189cd58c5 /tests/README.troubleshooting.md
parentc32ff402df46d498e2c69af59ce1ff87a47accfb (diff)
Add entry to test troubleshooting README about mysql 2002 error.
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?