Displaying 2 results from an estimated 2 matches for "a2billingus".
Did you mean:
a2billing's
2010 Apr 05
2
Access denied for user 'a2billinguser
Hi guys. I am facing this problem here, using a2billing. error: 'Access
denied for user 'a2billinguser'@'localhost' (using password: YES)' I am
following this step by step
http://www.asterisk2billing.org/cgi-bin/trac.cgi/wiki/Installation%20Guideand
wend i get into the point that i have to Create a2billing database i
am
getting this message above. I even try to remove the data base...
2011 Mar 07
2
Asterisk 1.6 MySQL Realtime fails to connect with working username and password.
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
dbport = 3306
And here's the error messages I get:
voip2*CLI> realtime mysql status
localhost configured for mya2billing at localhost, port 3306 with username
a2billinguser.
mya2billing configured for mya2billing at localhost, port 3306 with username
a2billinguser.
[Mar...