Hi,
Using PASSWORD function to crypt password is not recommended, it's mainly
used for internal mysql password encryption.
Prefer using MD5/SHA1 functions to encrypt a password.
Regards,
Jocelyn
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "Gr�goire Dubois" <[EMAIL PROTECTED]>
Cc: "'Mysql'" <[EMAIL PROTECTED]>
Sent: Thursday, June 19, 2003 12:14 AM
Subject: RE: Can we crypt passwords on MySQL
> There is a PASSWORD('your_clear_text_password_here') function you can use
> wherever you define a new password. See the manual for more.
>
> Lian
>
>
> > -----Original Message-----
> > From: Gr�goire Dubois [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, June 19, 2003 12:55 AM
> > Cc: 'Mysql'
> > Subject: Can we crypt passwords on MySQL
> >
> >
> > Hi all,
> >
> > Is it possible to crypt the passwords on MySQL. If yes, how does it
> > work, and how is it to be implemented.
> > Any link would be great.
> >
> > Thank you.
> > Gr�goire Dubois.
> >
> >
> > --
> > MySQL General Mailing List
> > For list archives: http://lists.mysql.com/mysql
> > To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
> >
>
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
>
>
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]