On Wednesday 22 August 2001 15:12, you wrote:
> >> http://www.mysql.com/doc/M/i/Miscellaneous_functions.html
> >> PASSWORD() encryption is non-reversible. PASSWORD() does not perform
> password encryption in the same way that Unix passwords are encrypted. 
> 
> Hello,
> 
> we are using mysql password() function to encrypt users' passwords (I mean
> the users of our web application).
> 
> Is the algorythm somewhere documented, so that we could use/implement the
> same algorythm in java in order to migrate to oracle without resetting
> users' passwords.

Just to make it difficult for people to migrate to Oracle, the only 
documentation that we provide for the PASSWORD() function algorithm is the 
source :-)

On a serious note, what is it that makes MySQL not good enough for your 
application that you have to migrate to Oracle? If it already works, you have 
found your way around the lack of sub-queries and enforced referential 
integrity. Performance wise, MySQL is much faster on the same hardware in 
most cases. Perhaps you could consider convincing your management that you 
will get better value of your money if you just purchase MySQL support.

-- 
MySQL Development Team
For technical support contracts, visit https://order.mysql.com/
   __  ___     ___ ____  __ 
  /  |/  /_ __/ __/ __ \/ /   Sasha Pachev <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, http://www.mysql.com/
/_/  /_/\_, /___/\___\_\___/  Provo, Utah, USA
       <___/                  

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to