If what you *really* want is a web interface to manage the users, simply make (or pay someone to make) a web interface to manage the password files.  Problem solved, no waiting for asynchronous mysql interface.<br><br>- Merlin<br>
<br><div class="gmail_quote">On Fri, Mar 20, 2009 at 1:23 PM, Floren Munteanu <span dir="ltr">&lt;<a href="mailto:nginx@yqed.com">nginx@yqed.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im"><br>
<br>
&gt; Written from scratch, implementing the MySQL wire protocol?<br>
&gt;<br>
&gt; By the way, after having implemented a pure PostgreSQL client in<br>
&gt; Python,<br>
&gt; I tried to do the same with MySQL; but protocol design is very bad,<br>
&gt; compared to PostgreSQL, so I gave up; it does not make sense to waste<br>
&gt; time with MySQL, IMHO<br>
<br>
</div>My goal is to store into a database table the username/password for a<br>
directory.<br>
Then, to have a htaccess like popup show when someone will reach that<br>
directory.<br>
<br>
Right now I can do it easy with a htpasswd file, in nginx.<br>
But I think it is much more convenient to have a web interface where you can<br>
manage the users, etc.<br>
Let me know if there is a similar solution I could use, with all user info<br>
stored into a MySQL database instead of a file.<br>
<br>
Thanks.<br>
<br>
<br>
<br>
</blockquote></div><br>