Using MySQL-Front 2.5 with newer MySQL versions
14 August, 2005Just for my own reference, because I keep forgetting the syntax and having to Google it:
SET PASSWORD FOR 'some_user'@'some_host' = OLD_PASSWORD('mypass');
Just for my own reference, because I keep forgetting the syntax and having to Google it:
SET PASSWORD FOR 'some_user'@'some_host' = OLD_PASSWORD('mypass');
Comments
Anonymous
27 July, 2006 at 20:06
Pip
27 July, 2006 at 22:45
this is a great line of text to google – but can you put a link to the download for 2.5 and help us all
Instead of using MySQL-Front, try using HeidiSQL, which is by the same author but free and compatible with all MySQL versions.
http://www.heidisql.com/