General Create a New User MySQL February 1, 2019 Pramod T P Leave a comment Run the following queries CREATE USER 'phpcode'@'localhost' IDENTIFIED BY '#####';GRANT ALL PRIVILEGES ON * . * TO 'pramod'@'localhost';