MySQL Forums
Forum List  »  Security

Grant Statement...
Posted by: Ashuran Zara
Date: March 30, 2005 12:01PM

read in some books Grant statement can be used to limit one's access to the database as in limit his/her to do whatever to the database...
below is a simple example of the statement...

Grant select,insert,update,delete
on Medic.Patientprofile
to admin@localhost identified by "admin"

the statement above means something like:
Grant [privileges parameter]
on database_name.table_name
to username@hostname identified by "password"

im wondering where is the table of the username,host and password is stored?we need to create it ourself?
and someone please guide me through this as im totally not familiar in how to use this statement...

http://www.shadowops.net

Options: ReplyQuote


Subject
Views
Written By
Posted
Grant Statement...
5593
March 30, 2005 12:01PM
2391
March 30, 2005 06:14PM
2523
March 30, 2005 07:33PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.