Debian Stable<br>Asterisk SVN-branch-1.2-r41069<br><br>Hello List.....<br><br>Okay, tonight I dove into Asterisk Real Time.<br>I have the module compiled and installed and have the following setup:<br><br>MySQL running with a DB created &quot;asterisk&quot; *how original right?
<br>Username 'astuser' password 'foo'<br>I can locally login to MySQL (as user astuser with pw foo) and select the following:<br><br>mysql&gt; show tables;<br>+--------------------+<br>| Tables_in_asterisk |<br>+--------------------+
<br>| sip_friends&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>+--------------------+<br>1 row in set (0.00 sec)<br><br>I have a sip_friend &quot;800&quot; setup in the table.<br><br>My extconfig looks like this:<br><br>[settings]<br>sippeers =&gt; mysql,asterisk,sip_friends
<br clear="all"><br>My res_config_mysql.conf looks like this:<br><br>[general]<br>dbhost = <a href="http://127.0.0.1">127.0.0.1</a><br>dbname = asterisk<br>dbuser = astuser<br>dbpass = foo<br>dbport = 3306<br>dbsock = /var/run/mysqld/mysqld.sock
<br><br>And here is what I see in the console; i wasn't able to get any more than this out of the debug file either.<br>Anyone have any thoughts? What is error 2013???<br><br>Thanks :) !<br><br><br>Aug 26 01:13:02 ERROR[6256]: res_config_mysql.c:651 mysql_reconnect: MySQL RealTime: Failed to connect database server asterisk on 
<a href="http://127.0.0.1">127.0.0.1</a> (err 2013). Check debug for more info.<br>Aug 26 01:13:02 DEBUG[6256]: res_config_mysql.c:652 mysql_reconnect: MySQL RealTime: Cannot Connect (2013): Lost connection to MySQL server during query
<br><br><br><br>-- <br>------<br>Christopher T Aloi<br>------