<br>&nbsp;&nbsp;On 10/21/07, Doug Lytle&nbsp;&nbsp;wrote:<br><br>&gt; Hey everybody,<br>&gt; <br>&gt; I&#39;ve been using mysql databases more and more.&nbsp;&nbsp;I&#39;ve run across a couple<br>&gt; of instances where I&#39;ve either made a mistake on the ip address of the
<br>&gt; mysql database or for whatever reason, mysql wasn&#39;t running.&nbsp;&nbsp;In those<br>&gt; instances, I&#39;ve noted that the mysql command will hang indefinitely<br>&gt; (I&#39;ve counted to 40 before killing it).<br>&gt; 
<br>&gt; The offending line is:<br>&gt; <br>&gt; exten =&gt; s,1,MYSQL(Connect connid <a href="http://192.168.103.15">192.168.103.15</a> mysqladmin &#39;xxxxxxxxx&#39; did)<br><br>&nbsp;there are a couple of things wrong with your MYSQL() call,
<br>&nbsp;you may be confusing the db server because mysqladmin<br>&nbsp;the name of a mysql util, pick another username.<br><br>&nbsp;no quotes around the password.<br><br>&nbsp;Here are my statements, and they don&#39;t hang if mysql isn&#39;t
<br>&nbsp;running on the db server, the * console shows a connect<br>&nbsp;failed error and continues :<br><br><span style="font-family: courier new,monospace;">&nbsp;exten =&gt; s,n,Set(db_host=<a href="http://192.168.111.11">192.168.111.11
</a></span><span style="font-family: courier new,monospace;">)<br></span><span style="font-family: courier new,monospace;">&nbsp;exten =&gt; s,n,MYSQL(Connect db_connid ${db_host} user pass dbname)<br><br style="font-family: courier new,monospace;">
</span>&gt; Is there a way to specify a timeout for the mysql command?<br>&gt; <br>&gt; I&#39;m not finding anything on Google, voip-info or the documents in the<br>&gt; add-ons directory.&nbsp;&nbsp;Any help would be appreciated.<br>
<br>more info here :<br><br><a href="http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+MYSQL">http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+MYSQL</a><br><br>--<br>