From: SourceForge.net <no...@so...> - 2005-12-22 15:25:12
|
Bugs item #1374787, was opened at 2005-12-06 15:46 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1374787&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: SQL Group: v1.2 >Status: Closed >Resolution: Rejected Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: db_crypt('pass') doesn't work with MySQL 1.1.6 Initial Comment: Hi, Nice app. Very useful. I'm trying to integrate the login/logout & registration with PunBB & WordPress (all in one!). Bug: db_crypt('pass') & password_upgrade() both use PASSWORD(myPass). But it doesn't work in MySQL (I'm using version 1.1.6). Try: SELECT PASSWORD(keyboard) ### error here and SELECT PASSWORD('keyboard') ### Correct thanks, Judes jt...@to... ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2005-12-22 10:25 Message: Logged In: YES user_id=14116 Need more info. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-12-06 15:51 Message: Logged In: YES user_id=14116 What versin of MySQL are you using? Should be 4.x or 5.x. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1374787&group_id=8956 |