I have installed Ejabberd with odbc_mysql before, but I want to use mnesia now, so I removed odbc by:
{auth_method, internal}.
%% {auth_method, odbc}.
But when I close mysql service, and restart ejabberd , I found that there are connection error:
E(<0.333.0>:ejabberd_odbc:542) : mysql_conn: post_start error connect_failed
So how to removed odbc ?