create mysql admin user linux code example Example: create user mysql CREATE USER 'newuser'@'localhost' IDENTIFIED BY 'password';