In PhpMyAdmin Insert the following code – substitute your appropriate fields GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, ALTER, INDEX, DROP ON [Database_Name].* TO [Username]@localhost IDENTIFIED BY ”[password]”; GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, ALTER, INDEX, DROP ON [Database_Name].* TO [Username]@’%’ IDENTIFIED BY ”[password]”; Flush privileges; To Allow the user access to phpMyAdmin just make sure [...]