Many applications require there to be a password.
SELECT host, user FROM mysql.user;
SET PASSWORD FOR 'bob'@'%.loc.gov' = PASSWORD('newpass');
A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.