20.7. The INFORMATION_SCHEMA TABLE_PRIVILEGES Table

MySQL 5.0

20.7. The INFORMATION_SCHEMA TABLE_PRIVILEGES Table

The table provides information about table privileges. This information comes from the grant table.

Name Name Remarks
  '@'' value
 
   
   
   
   

Notes:

  • can contain one (and only one) of these values: , , , , , , , .

The following statements are not equivalent:

SELECT ... FROM INFORMATION_SCHEMA.TABLE_PRIVILEGES

SHOW GRANTS ...