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