[asterisk-users] Asterisk 1.6 MySQL Realtime fails to connect with working username and password.

2011-03-07 Thread Ernie Dunbar
Okay, so here's the configuration I have for MySQL Realtime (Asterisk version 1.6.2.17): In /etc/asterisk/extconfig.conf: sipusers => mysql,mya2billing,cc_sip_buddies In /etc/asterisk/res_mysql.conf: [mya2billing] dbhost = localhost dbname = mya2billing dbuser = a2billinguser dbpass = REDACTED

Re: [asterisk-users] Asterisk 1.6 MySQL Realtime fails to connect with working username and password.

2011-03-07 Thread RR
On Mon, Mar 7, 2011 at 5:52 PM, Ernie Dunbar wrote: > Okay, so here's the configuration I have for MySQL Realtime (Asterisk > version 1.6.2.17): > > In /etc/asterisk/extconfig.conf: > > sipusers => mysql,mya2billing,cc_sip_buddies > > In /etc/asterisk/res_mysql.conf: > > Don't know what res_mysql

Re: [asterisk-users] Asterisk 1.6 MySQL Realtime fails to connect with working username and password.

2011-03-07 Thread Warren Selby
On Mon, Mar 7, 2011 at 4:52 PM, Ernie Dunbar wrote: > [mya2billing] > dbhost = localhost > dbname = mya2billing > dbuser = a2billinguser > dbpass = REDACTED > dbport = 3306 > Try adding "dbsock = /var/lib/mysql/mysql.sock" to the end of this config stanza and see if that helps (or whatever is th

Re: [asterisk-users] Asterisk 1.6 MySQL Realtime fails to connect with working username and password.

2011-03-07 Thread Ernie Dunbar
> On Mon, Mar 7, 2011 at 4:52 PM, Ernie Dunbar > wrote: > >> [mya2billing] >> dbhost = localhost >> dbname = mya2billing >> dbuser = a2billinguser >> dbpass = REDACTED >> dbport = 3306 >> > > Try adding "dbsock = /var/lib/mysql/mysql.sock" to the end of this config > stanza and see if that helps (