erlang - How to uninstall odbc for Ejabberd? -
i have installed ejabberd odbc_mysql before, want use mnesia now, removed odbc by:
{auth_method, internal}. %% {auth_method, odbc}. but when close mysql service, , restart ejabberd , found there connection error:
e(<0.333.0>:ejabberd_odbc:542) : mysql_conn: post_start error connect_failed so how removed odbc ?
i suspect problem might due fact ejabberd's configuration file used bootstrap "real" configuration storage uses internal mnesia tables (no matter whether you're using odbc or not), , might need override them using special configuration file directive override_global., and/or override_local. -- refer section "3.1 basic configuration" of manual.
Comments
Post a Comment