Creating a user:
CREATE USER 'user'@'hostname';
ALTER USER 'user'@'hostname' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON dbName.* To 'user'@'localhost' IDENTIFIED BY 'password';
(source)
A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.