1) Login to phpmyadmin
2) open the perticular DB
3) click on SQL tab
4) Paste the below line there and change the username and dbname as yours and password as you require .
-------------------------------------------------------------------------------------------------------------------------------------
grant all privileges on dbname.* to username@localhost identified by 'passwd';
-------------------------------------------------------------------------------------------------------------------------------------
2) open the perticular DB
3) click on SQL tab
4) Paste the below line there and change the username and dbname as yours and password as you require .
-------------------------------------------------------------------------------------------------------------------------------------
grant all privileges on dbname.* to username@localhost identified by 'passwd';
-------------------------------------------------------------------------------------------------------------------------------------