25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-24 16:23:40 +01:00

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

View File

@ -1,5 +1,7 @@
You need MySQL and PostgreSQL up and running. 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'. password 'ejabberd_test' on database 'ejabberd_test'.
Here is a quick setup example: Here is a quick setup example: