Using this command
GRANT ALL PRIVILEGES ON *.* to \'brian\'@\'%\' identified by \'password\';
I try to login with:
mysql -
Change to native password using this command:
ALTER USER 'username'@'hostname' IDENTIFIED WITH mysql_native_password BY 'password';