[Asterisk-Users] CDR problems with MySQL

2004-08-20 Thread Chris HARIGA
Hi, I have Fedora Core 2 running with a T1 card. I try to put the log on db but I get the error: Aug 20 15:17:47 ERROR[262160]: cdr_addon_mysql.c:378 my_load_module: Failed to connect to mysql database asteriskcdrdb on localhost. The database exists and I try with mysqlaccess

Re: [Asterisk-Users] CDR problems with MySQL

2004-08-20 Thread Malcolm Bader
Did you create a user for the asteriskcdrbd? In my case I created a user asteriskuser with all priviages and gave it a password. Then entered that info, user name and password, into /etc/asterisk/cdr-mysql.conf Malcolm Chris HARIGA wrote: Hi, I have Fedora Core 2 running with a T1 card. I try

RE: [Asterisk-Users] CDR problems with MySQL

2004-08-20 Thread Chris HARIGA
: Friday, August 20, 2004 4:02 PM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] CDR problems with MySQL Did you create a user for the asteriskcdrbd? In my case I created a user asteriskuser with all priviages and gave it a password. Then entered that info, user name and password, into /etc

RE: [Asterisk-Users] CDR problems with MySQL

2004-08-20 Thread Joshua McClintock
asteriskcdrdb on localhost. Best regards, Chris HARIGA -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Malcolm Bader Sent: Friday, August 20, 2004 4:02 PM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] CDR problems with MySQL Did you

RE: [Asterisk-Users] CDR problems with MySQL

2004-08-20 Thread Chris HARIGA
: [Asterisk-Users] CDR problems with MySQL Can you connect to mysql from the command line with the user/pass you setup? Also, when you test make sure you add: -h localhost to the flags you pass 'mysql'. This will make sure it doesn't try connecting via the unix domain socket. The permissions