Connect phpMyAdmin with ejabberd server on ec2 ubu

2019-09-20 09:14发布

问题:

i successfully configure lamp server, phpmyadmin and ejabberd server on my ec2 Ubuntu instance. Now i want to connect my phpMyAdmin with ejabberd i don't know how to do that please provide some help or some reference. Thanks

回答1:

change in your ejabberd configuration file-

## MySQL server:
##
odbc_type: mysql
odbc_server: "localhost"      #your host ip or domain name
odbc_database: "ejabberddb"   # your database name
odbc_username: "root"
odbc_password: "test"
odbc_pool_size: 50
##
## If you want to specify the port:
odbc_port: 3306

for more detail check this link