Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/three.js/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ejabberd postgreSql连接_Postgresql_Ejabberd - Fatal编程技术网

Ejabberd postgreSql连接

Ejabberd postgreSql连接,postgresql,ejabberd,Postgresql,Ejabberd,我将postgreSql与ejabberd连接,但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_p

我将postgreSql与ejabberd连接,但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] 

我认为您需要从这个链接手动导入数据库