MySQL Adding user & privileges August 25, 2006May 16, 2008 HanaDaddy Unix Admin MySQL Adding user & privileges 0.00 / 5 5 1 / 5 2 / 5 3 / 5 4 / 5 5 / 5 0 votes, 0.00 avg. rating (0% score) grant all privileges on MYDBNAME.* to user@localhost identified by 'somepass' with grant option; flush privileges;