Clarify MySQL/PostgreSQL preparation for running the test suite.

This commit is contained in:
Evgeniy Khramtsov 2013-06-19 21:50:42 +10:00
parent 89c3cf3677
commit f34e9734ec
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
You need MySQL and PostgreSQL up and running.
Both of them should grant access to user 'ejabberd_test' with
MySQL should be accepting TCP connections on localhost:3306.
PostgreSQL should be accepting TCP connections on localhost:5432.
Both of them should grant full access to user 'ejabberd_test' with
password 'ejabberd_test' on database 'ejabberd_test'.
Here is a quick setup example: