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:
parent
89c3cf3677
commit
f34e9734ec
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user