user, db, And host Tablesuser and db tables are shown here.
host table is similar to the db table but has a specialized use.
| Table Name | user |
db |
|---|---|---|
| Scope columns | Host |
Host |
User |
Db |
|
Password |
User |
|
| Privilege columns | Select_priv |
Select_priv |
Insert_priv |
Insert_priv |
|
Update_priv |
Update_priv |
|
Delete_priv |
Delete_priv |
|
Index_priv |
Index_priv |
|
Alter_priv |
Alter_priv |
|
Create_priv |
Create_priv |
|
Drop_priv |
Drop_priv |
|
Grant_priv |
Grant_priv |
|
Create_view_priv |
Create_view_priv |
|
Show_view_priv |
Show_view_priv |
|
Create_routine_priv |
Create_routine_priv |
|
Alter_routine_priv |
Alter_routine_priv |
|
Execute_priv |
Execute_priv |
|
Create_tmp_table_priv |
Create_tmp_table_priv |
|
Lock_tables_priv |
Lock_tables_priv |
|
References_priv |
References_priv |
|
Reload_priv |
||
Shutdown_priv |
||
Process_priv |
||
File_priv |
||
Show_db_priv |
||
Super_priv |
||
Repl_slave_priv |
||
Repl_client_priv |
||
Create_user_priv |
||
| Security columns | ssl_type |
|
ssl_cipher |
||
x509_issuer |
||
x509_subject |
||
| Resource control columns | max_questions |
|
max_updates |
||
max_connections |
||
max_user_connections |
What do the tables_priv and columns_priv tables look like?
© 2007 John Michael Pierobon