Hi, <br>first step is correct <br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote"><blockquote>Hmm.. This is what I get:<br><br>[root@ubiq-serv6
 ~]# mysql -u root -p<br>Enter password:<br>Welcome to the MySQL monitor.&nbsp;&nbsp;Commands end with ; or \g.<br>Your MySQL connection id is 187143 to server version: 4.1.20<br><br>Type &#39;help;&#39; or &#39;\h&#39; for help. Type &#39;\c&#39; to clear the buffer.
<br></blockquote></blockquote><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">You make an errore here : mysql&gt; use asteriskcdrdb <br></blockquote>
users&#39; information are stored in mysql db<br><br>mysql&gt; use mysql;<br>Reading table information for completion of table and column names<br>You can turn off this feature to get a quicker startup with -A<br><br>Database changed
<br>mysql&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br><br>mysql&gt; select Host from user where User = &#39;asteriskcdruser&#39; ;<br>+-----------+<br>| Host&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>+-----------+<br>| localhost |<br>+-----------+<br>1 row in set (0.00 sec)<br><br>
mysql&gt; <br><br>Are you sure that user &#39;asteriskcdruser&#39; has the privileges to insert record in DB &quot;asteriskcdrdb&quot;?<br>If not...allow &#39;asteriskcdruser&#39; to insert record ^_^<br><br>mysql&gt; grant insert on asteriskcdrdb.* to 
asteriskcdruser@localhost identified by &#39;asteriskcdruser&#39;;<br>mysql&gt; exit<br><br>Reload asterisk and try <br><br><br><br><div><span class="gmail_quote">On 8/7/07, <b class="gmail_sendername">Adrian Marsh</b> &lt;
<a href="mailto:Adrian.Marsh@ubiquisys.com">Adrian.Marsh@ubiquisys.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>Hmm.. This is what I get:<br><br>[root@ubiq-serv6 ~]# mysql -u root -p<br>Enter password:<br>Welcome to the MySQL monitor.&nbsp;&nbsp;Commands end with ; or \g.<br>Your MySQL connection id is 187143 to server version: 4.1.20<br>
<br>Type &#39;help;&#39; or &#39;\h&#39; for help. Type &#39;\c&#39; to clear the buffer.<br><br>mysql&gt; use asteriskcdrdb ;<br>Reading table information for completion of table and column names<br>You can turn off this feature to get a quicker startup with -A
<br><br>Database changed<br>mysql&gt; select Host from user where User = &#39;asteriskcdruser&#39; ;<br>ERROR 1146 (42S02): Table &#39;asteriskcdrdb.user&#39; doesn&#39;t exist<br>mysql&gt;<br><br><br>Adrian Marsh<br>-----Original Message-----
<br>From: <a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a><br>[mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>
] On Behalf Of Forrest<br>Beck<br>Sent: 07 August 2007 02:59<br>To: Asterisk Users Mailing List - Non-Commercial Discussion<br>Subject: Re: [asterisk-users] CDR/MySQL basic config<br><br>Adrian,<br><br>What host/ip did you specify when you created the user?
<br><br>#&gt; mysql --user=root --password<br><br>#mysql&gt; use mysql;<br><br>#mysql&gt; select Host from user where User = &#39;asteriskcdruser&#39;<br>(this line is case sensitive)<br><br>Does it return <a href="http://127.0.0.1">
127.0.0.1</a> or localhost.&nbsp;&nbsp;Make cdr_mysql reflect that.<br><br>You should also check out cdr_odbc, asterisk can connect through an<br>ODBC connection which in turn is a connection to the MySQL database.<br>There seems to be more suport for the ODBC driver.
<br><br>Hope this helps some....<br><br><br><br>On 8/6/07, Adrian Marsh &lt;<a href="mailto:Adrian.Marsh@ubiquisys.com">Adrian.Marsh@ubiquisys.com</a>&gt; wrote:<br>&gt; Hi,<br>&gt;<br>&gt; I&#39;m trying to add mysql CDR onto a vanilla Asterisk 
1.2 install.&nbsp;&nbsp;The<br>&gt; add-ons pack has been installed for a while, so now I&#39;m trying to add<br>&gt; the Mysql config.<br>&gt;<br>&gt; I&#39;ve created a mysql database, added the grants for a user acces, and<br>&gt; can run a mysql -u asteriskcdruser -p and can connect to the database.
<br>&gt;<br>&gt; I&#39;ve been using this as a guide:<br>&gt;<br><a href="http://www.757.org/~joat/wiki/index.php/Asterisk#Viewing_CDR_Data_with_A">http://www.757.org/~joat/wiki/index.php/Asterisk#Viewing_CDR_Data_with_A</a>
<br>&gt; sterisk:_CDR_Analyzer<br>&gt;<br>&gt; I&#39;ve created cdr_mysql.conf:<br>&gt;<br>&gt; [global]<br>&gt; hostname=localhost<br>&gt; dbname=asteriskcdrdb<br>&gt; table=cdr<br>&gt; password=password<br>&gt; user=asteriskcdruser
<br>&gt; port=3306<br>&gt; sock=/tmp/mysql.sock<br>&gt; userfield=1<br>&gt;<br>&gt; But when I start asterisk (1.4 on my test machine), I get:<br>&gt;<br>&gt;&nbsp;&nbsp; == Parsing &#39;/etc/asterisk/cdr_mysql.conf&#39;: Found<br>
&gt; [Aug&nbsp;&nbsp;6 21:01:14] ERROR[32512]: cdr_addon_mysql.c:436 my_load_module:<br>&gt; Failed to connect to mysql database asteriskcdrdb on localhost.<br>&gt; cdr_addon_mysql.so =&gt; (MySQL CDR Backend)<br>&gt; [Aug&nbsp;&nbsp;6 21:01:14] ERROR[32512]: res_config_mysql.c:627
<br>mysql_reconnect:<br>&gt; MySQL RealTime: Failed to connect database server&nbsp;&nbsp;on&nbsp;&nbsp;(err 2002).<br>Check<br>&gt; debug for more info.<br>&gt; [Aug&nbsp;&nbsp;6 21:01:14] WARNING[32512]: res_config_mysql.c:474 load_module:<br>&gt; MySQL RealTime: Couldn&#39;t establish connection. Check debug.
<br>&gt; [Aug&nbsp;&nbsp;6 21:01:14] NOTICE[32512]: config.c:1171<br>&gt; ast_config_engine_register: Registered Config Engine mysql<br>&gt; MySQL RealTime driver loaded.<br>&gt; res_config_mysql.so =&gt; (MySQL RealTime Configuration Driver)
<br>&gt;<br>&gt;<br>&gt; I&#39;m also looking as to what CDR viewers there are available, and which<br>&gt; people think are best.&nbsp;&nbsp;I want to view/report on the calls made within<br>&gt; A*k.<br>&gt;<br>&gt; Thanks,<br>&gt;
<br>&gt; Adrian<br>&gt;<br>&gt; _______________________________________________<br>&gt; --Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--">http://www.api-digital.com--</a><br>&gt;<br>&gt; asterisk-users mailing list
<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>&gt;<br><br><br>--<br>***<br>Forrest Beck
<br>IAXTEL: 17002871718<br><a href="mailto:jonforrest.beck@gmail.com">jonforrest.beck@gmail.com</a><br><a href="http://www.shift8.biz">http://www.shift8.biz</a><br><br>_______________________________________________<br>--Bandwidth and Colocation Provided by 
<a href="http://www.api-digital.com--">http://www.api-digital.com--</a><br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br><br>_______________________________________________<br>--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--">http://www.api-digital.com--
</a><br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote>
</div><br><br clear="all"><br>-- <br><br> Alessandro R.