Never been to TextSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

Workaround for 'consider upgrading MySQL client' errors (See related posts)

SET PASSWORD FOR 'some_user'@'some_host' = OLD_PASSWORD('mypass');

Comments on this post

eli posts on Jul 06, 2006 at 02:43
If I remember correctly, you also should run
flush privilieges;
for changes to take effect.

You need to create an account or log in to post comments to this site.


Related Posts