From 986dbc9c667679448797f8cfe0d85df2e054100d Mon Sep 17 00:00:00 2001 From: diosmosis Date: Sun, 8 Dec 2013 22:51:24 +0000 Subject: Add entry to test troubleshooting README about mysql 2002 error. --- tests/README.troubleshooting.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/README.troubleshooting.md') 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? -- cgit v1.2.3