Posted by Igor S. (Guest)
on 16.03.2009 13:40
(Received via mailing list)
On Mon, Mar 16, 2009 at 01:19:20PM +0100, Manlio P. wrote:
Written from scratch, implementing the MySQL wire protocol?
Yes.
By the way, after having implemented a pure PostgreSQL client in Python,
I tried to do the same with MySQL; but protocol design is very bad,
compared to PostgreSQL, so I gave up; it does not make sense to waste
time with MySQL, IMHO,
It’s already wasted :). The reamining part is parsing mysql response.
Datum: Sat, 27 Feb 2010 08:25:25 +0800
Von: lhmwzy [email protected]
An: [email protected]
Betreff: When will mod_auth_mysql in nginx will be available?
By the way, after having implemented a pure PostgreSQL client in Python,
I tried to do the same with MySQL; but protocol design is very bad,
compared to PostgreSQL, so I gave up; it does not make sense to waste
time with MySQL, IMHO,
It’s already wasted :). The reamining part is parsing mysql response.
Why not using ngx_http_auth_pam_module
(http://web.iti.upv.es/~sto/nginx/)? I am using it since long time to
authenticate against MySQL and against PostgreSQL without any issues so
far.
Why not using ngx_http_auth_pam_module (http://web.iti.upv.es/~sto/nginx/)? I am using it since long time to authenticate against MySQL and against PostgreSQL without any issues so far.
Best question: when will nginx support pluggable modules and not
require them at compile time?
Datum: Fri, 26 Feb 2010 17:00:37 -0800
Von: Michael S. [email protected]
An: [email protected]
Betreff: Re: When will mod_auth_mysql in nginx will be available?
Why not using ngx_http_auth_pam_module
(http://web.iti.upv.es/~sto/nginx/)? I am using it since long time to authenticate against MySQL and against
PostgreSQL without any issues so far.
Best question: when will nginx support pluggable modules and not
require them at compile time?
Best response: when we (the community) help Igor and the other nginx
developers changing the source code to support that.
IMHO Igor would not mind if YOU or ANY one else here requesting
pluggable modules would send him a patch enabling that in nginx.
By the way, after having implemented a pure PostgreSQL client in Python,
I tried to do the same with MySQL; but protocol design is very bad,
compared to PostgreSQL, so I gave up; it does not make sense to waste
time with MySQL, IMHO,
It’s already wasted :). The reamining part is parsing mysql response.
I’m not sure if our ngx_drizzle[1] module will help you to talk to
mysql (clusters) from within nginx in this context. We’re already
using ngx_drizzle + mysql to do simple password login for our
application. 100% nginx config scripting.
On Sat, Feb 27, 2010 at 01:54:36AM +0100, Steve wrote:
[…]
Why not using ngx_http_auth_pam_module
(http://web.iti.upv.es/~sto/nginx/)? I am using it since long
time to authenticate against MySQL and against PostgreSQL
without any issues so far.
IMHO Igor would not mind if YOU or ANY one else here requesting pluggable modules would send him a patch enabling that in nginx.
Yeah, it’s been an important item on our TODO list for long. Static
linking does not work very well for RPM/etc packaging in a corporation
environment.
Cheers,
-agentzh
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.