I have added DBURL as
#!define DBURL "mysql://kamailio_test:kam@#sip@localhost/kamailio"
Where username is kamailio_test and password is kam@#sip

So after the first '@' operator it is assuming it as host part which is not true in this case.

Error log:
'ERROR: db_mysql [km_my_con.c:114]: db_mysql_new_connection(): driver error: Unknown MySQL server host '#sip@localhost' (2)'


Reply to this email directly or view it on GitHub.