我用ejabberd连接了postgreSql,但是ejabberd不会创建表。有什么问题吗?我想ejabberd仍然在使用本地数据库。
在配置文件ejabberd.yml中。我必须改变一些其他的东西。
谢谢
sql_type: pgsql
sql_server: "host"
sql_database: "dbName"
sql_username: "postgres"
sql_password: "password"
##
## If you want to specify the port:
sql_port: 5432
auth_method: [sql] 发布于 2017-01-26 09:58:54
我认为您需要从这个链接ejabberd sql手动导入数据库
https://stackoverflow.com/questions/41846478
复制相似问题