<div class="gmail_quote">2011/2/17 Ishfaq Malik <span dir="ltr">&lt;<a href="mailto:ish@pack-net.co.uk">ish@pack-net.co.uk</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5">On Thu, 2011-02-17 at 11:28 -0200, Rodrigo Lang wrote:<br>
&gt; Hi to all.<br>
&gt;<br>
&gt; I make some tests with Asterisk 1.8.2 in Realtime. But i have one<br>
&gt; problem, the asterisk don&#39;t connect in the base and show this message:<br>
&gt;<br>
&gt; [Feb 17 11:18:01] WARNING[19061]: res_config_mysql.c:441<br>
&gt; realtime_multi_mysql: MySQL RealTime: Invalid database specified:<br>
&gt; &#39;asterisk_teste&#39; (check res_mysql.conf)<br>
&gt;<br>
&gt;<br>
&gt; I checked the asterisk config file (res_mysql.conf) and the<br>
&gt; configuration is ok. My configuration of table and extconfig.conf is<br>
&gt; the same of the version 1.6.0.<br>
&gt;<br>
&gt; The cdr use the same base, same user/pass, and his save the registers<br>
&gt; ok.<br>
&gt;<br>
&gt; This is happening to the queues, queues_members, muscionhold and<br>
&gt; queue_log in Realtime (That&#39;s is all the modules i use in Realtime).<br>
&gt;<br>
&gt; I tested the base and the MySQL and is working ok.<br>
&gt;<br>
&gt;<br>
&gt; I appreciate in advance any help,<br>
&gt; --<br>
&gt; Rodrigo Lang<br>
&gt; Opening your mind - Just another Open Source site<br>
</div></div>The res_mysql.conf format changed from 1.6 to 1.8<br>
<br>
The config now goes in in the following format<br>
<br>
[db-name]<br>
dbhost = x.x.x.x<br>
dbname = db-name<br>
dbuser = db-user<br>
dbpass = db-pass<br>
dbport = 3306<br>
<br>
<br>
Is this how yours is set up?<br></blockquote><div><br> </div><div>Thanks a lot, i solved the problem. First, the WARNING about &#39;res_mysql.conf&#39;, but the file now is &#39;res_config_mysql.conf&#39;. Second, i changed the &#39;[generals]&#39; to the name of my database. Worked ok!<br>
<br><br>Thanks again!<br></div></div>-- <br>Rodrigo Lang<br><a href="http://openingyourmind.wordpress.com/" target="_blank">Opening your mind - Just another Open Source site</a><br><br>