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;
No comments yet.
RSS feed for comments on this post. TrackBack URI
43 queries. 0.369 seconds. Powered by WordPress