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;
45 queries. 0.299 seconds. Powered by WordPress