try to remove &quot;#&quot;, char after &quot;#&quot; will be treated as comment.<br><br>On Tuesday, September 4, 2012, Justin Clift &lt;<a href="mailto:justin@salasaga.org">justin@salasaga.org</a>&gt; wrote:<br>&gt; Hi all,<br>
&gt;<br>&gt; Found a minor problem with the gmysql backend.<br>&gt; Wondering if anyone has ideas for a workaround.<br>&gt;<br>&gt; The password policy here is to include non-alpha<br>&gt; characters in passwords.  For example:<br>
&gt;<br>&gt;   ETM$TYS#$@CF%Y%%bjka3#@DXge<br>&gt;<br>&gt; However, even though that&#39;s a valid MySQL password,<br>&gt; and the mysql command like utility has no issues<br>&gt; with it, PowerDNS&#39;s gmysql backend refuses to use it.<br>
&gt;<br>&gt; Errors out with:<br>&gt;<br>&gt;   gmysql Connection failed: Unable to connect to database: Access denied for user &#39;pdns&#39;@&#39;localhost&#39; (using password: YES)<br>&gt;<br>&gt; Removing the non-alpha chars like this allows things<br>
&gt; to work:<br>&gt;<br>&gt;   ETMTYSCFYbjka3DXge<br>&gt;<br>&gt; But, that&#39;s not compliant with strong password<br>&gt; policy. :(<br>&gt;<br>&gt; Thinking the problem may be escaping related, tried<br>&gt; these too:<br>
&gt;<br>&gt;   gmysql-password=&quot;ETM$TYS#$@CF%Y%%bjka3#@DXge&quot;<br>&gt;   gmysql-password=&#39;ETM$TYS#$@CF%Y%%bjka3#@DXge&#39;<br>&gt;   gmysql-password=&quot;ETM\$TYS\#\$\@CF\%Y\%\%bjka3\#\@DXge&quot;<br>&gt;   gmysql-password=ETM\$TYS\#\$\@CF\%Y\%\%bjka3\#\@DXge<br>
&gt;<br>&gt; Still no go.  Anyone have ideas?<br>&gt;<br>&gt; Regards and best wishes,<br>&gt;<br>&gt; Justin Clift<br>&gt; _______________________________________________<br>&gt; Pdns-dev mailing list<br>&gt; <a href="mailto:Pdns-dev@mailman.powerdns.com">Pdns-dev@mailman.powerdns.com</a><br>
&gt; <a href="http://mailman.powerdns.com/mailman/listinfo/pdns-dev">http://mailman.powerdns.com/mailman/listinfo/pdns-dev</a><br>&gt;