P2Blog
Showing posts with label
database
.
Show all posts
Showing posts with label
database
.
Show all posts
Sunday, October 28, 2007
mysql grant privileges
GRANT ALL PRIVILEGES ON DATABASENAME.* TO 'USERNAME'@'HOST' identified by 'PASSWORD';
flush privileges;
Older Posts
Home
Subscribe to:
Posts (Atom)