When you connect with MySqlCC you first see all the bases ... you must double-click on your base and after it ask the "authentification".
Here are the permissions ...
y Select_priv
y Insert_priv
y Update_priv
y Delete_priv
y Create_priv
y Drop_priv
n Grant_priv
n References_priv
y Index_priv
y Alter_priv
The permissions in what table in the mysql database?
I have a database "test", and a user "test" that has full permissions, but only to that database. This user can only see the "test" database.
In the "user" table, the permissions entries for "test" are all "N".
In the "db" table, I have an entry for the user "test" that shows the table "test" and everything but GRANT permissions.
Okay, you've given me the contents of one unspecified table in the mysql database. Not really helpful.
Permissions are defined in multiple tables. This is why I described the contents of two specific tables in the mysql database and specified which data came from where.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.