Entry no. 1682701109

MySQL fresh install, Create new user:
CREATE USER ‘sammy’@’localhost’ IDENTIFIED WITH caching_sha2_password BY ‘password’;

#su