add a user to phpmyadmin using terminal code example Example: how to add privilege in mysql user CREATE USER 'newuser'@'localhost' IDENTIFIED BY 'password';