Last time I came up with a problem with concernin MySQL authorization with stored procedures. Timo helped me get going by with modified client_flags&nbsp;(MULTISTATEMENT&nbsp;keyword).<br> <br>Now all it happened&nbsp;again&nbsp;but&nbsp;from another&nbsp;way.&nbsp;My&nbsp;stored&nbsp;proce&nbsp;for&nbsp;MySQL&nbsp;is&nbsp;causing&nbsp;fillowing&nbsp;error:
<br>   <br>&quot;Oct 21 12:39:22 haos dovecot: auth-worker(default): sql(user,192.168.X.X): Password query fai led: Commands out of sync; you can't run this command now&quot;<br><br>Looks&nbsp;like&nbsp;it&nbsp;is&nbsp;partly&nbsp;mysql-5.0.26&nbsp;thing because of this:&nbsp;
<a href="http://dev.mysql.com/doc/refman/5.0/en/commands-out-of-sync.html">http://dev.mysql.com/doc/refman/5.0/en/commands-out-of-sync.html</a><br> <br>On the other hand with my previous mysql installation (mysql-5.0.24-r1
) this error is gone (I checked by downgrading).<br>My dovecot-sql.conf:<br><br>driver = mysql<br>connect = host=/var/run/mysqld/mysqld.sock dbname=mailbase user=mailuser password=******** client_flags=65536<br>#655536 is equivalent of CLIENT_MULTI_STATEMENTS flag
<br>#yes, I still insist on&nbsp;using&nbsp;stored&nbsp;proc&nbsp;for&nbsp;authorization.&nbsp;This&nbsp;gives&nbsp;me&nbsp;few&nbsp;usefull&nbsp;features&nbsp;I&nbsp;like. <br>password_query = call Authenticat('%u', '%n', '%d')<br><br>With this config on mysq-5.0.26 I get<br> &quot;...Commands out of sync; you can't run this command now...&quot;
<br>but not on mysql-5.0.24-r1.<br>Personally I think mysql guys changed something; I can't tell what and why (changelog review?)<br>Maybe you guys&nbsp;know&nbsp;what&nbsp;it&nbsp;was? <br clear="all"><br>-- <br>Chaos greets U