"GREEN, Darren" <[EMAIL PROTECTED]> wrote:
> [-- text/plain, encoding 7bit, charset: US-ASCII, 48 lines --]
> 
> I am running Discus Message Board on MYSQL server version 3.23.55 all on
> Windows 2K platform.  Discus appears to be encrypting the user password
> with, I think, Encrypt("password", "saltcode") (calling the function in
> MYSQL).  When I run <select encrypt("1"); \g> it just returns NULL.  Any
> ideas why and what I can do to make it work?
> 

ENCRYPT() uses Unix crypt() system call. NULL means that crypt() is not available on 
your system.



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to