问题
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
来源:https://stackoverflow.com/questions/36905684/connect-phpmyadmin-with-ejabberd-server-on-ec2-ubuntu-instance