Topics:
DVR
nvrec
Mplayer
Links
Misc
Commands
Humor
New user
uploaded files
|
(links)-> Mysql grant privliges |
submited by Russell Sun 17 Apr 05 Edited Fri 13 Jan 17 |
(dead link) Notes on creating and controling privliges for mysql databases (pdf file) still seems something of a black art to me. but I can get the job done with
grant all on database_name.* to user@"%" identified by "password";
grant all on database_name.* to user@localhost identified by "password";
those two lines seem to grant access for "user" from any host to any table in database_name
Replys:
|
|