Question: [database management] Answer the following questions based on MySQL's system for granting permissions to resources. Upload a file with your answers at the bottom of
[database management] Answer the following questions based on MySQL's system for granting permissions to resources. Upload a file with your answers at the bottom of this page. Please make sure your document is in RTF, MS Word or OpenOffice Writer format.
What tables are used to store MySQL permissions information?
What Database stores the MySQL permission information?
Where must a user's information be entered in order to be considered a "Super User?"
How can you use the host part of a user name to grant or restrict access from an entire subdomain or subnet?
What happens if a user is not granted rights to table A on the "user" table but is granted rights on the "db" table but the "host" field of the "db" table is left blank?
In the previous question, how are the permissions determined when the user's permissions and the permissions from the host table are evaluated? Hint - The term comes from the practice of creating VENN Diagrams.
Can you use the host table as a way to create a form of groups for lumping permissions together?
Extra credit: Why does MySQL have the rather unusual practice of having a use name with 2 components?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
