MySQL Adding user & privileges
grant all privileges on MYDBNAME.* to user@localhost identified by 'somepass' with grant option; flush privileges;

grant all privileges on MYDBNAME.* to user@localhost identified by 'somepass' with grant option; flush privileges;
43 queries. 0.308 seconds. Powered by WordPress