From: Richard Antecki Date: March 17 1999 12:16am Subject: Re: MySQL_auth_module for apache List-Archive: http://lists.mysql.com/mysql/359 Message-Id: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII INSERT INTO table VALUES ('username',PASSWORD('cleartext'),'groups'); On Wed, 17 Mar 1999, Jiri Cuypers wrote: > > Hi guys, > > > Hmmm, probably a stupid question, but how can I get a DES encrypted > password (which i want to use with mod_auth_mysql) into a user/pw table. > > the examples just define a table and that's it. it should be really > simple, but I don't know the function. i'm new to perl/apache/mysql ... > (well.. just about everything...:-) > > Anyway thanks for the help anyway > Jiri > > --------------------------------------------------------------------- > To request this thread, e-mail mysql-thread356@stripped > To unsubscribe, e-mail the address shown in the > List-Unsubscribe header of this message. > For additional commands, e-mail: mysql-help@stripped >