Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A fix for CocoaMySQL / MySQL 4.1 connection issues' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A fix for CocoaMySQL / MySQL 4.1 connection issues
Authored by: rorysolomon on Mar 15, '07 11:22:03AM
Thanks for the info -- super informative. Your SQL didn't work for me though. But I just used the following instead:
update user set password = old_password('password') where user = 'username';
... maybe that will be helpful to someone else.

[ Reply to This | # ]