Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7953425
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T03:09:26+00:00 2026-06-04T03:09:26+00:00

hello in mysql these are the columns in the INFORMATION_SCHEMA.SCHEMA_PRIVILEGES table +—————-+————–+——+—–+———+——-+ | Field

  • 0

hello in mysql these are the columns in the INFORMATION_SCHEMA.SCHEMA_PRIVILEGES table

+----------------+--------------+------+-----+---------+-------+
| Field          | Type         | Null | Key | Default | Extra |
+----------------+--------------+------+-----+---------+-------+
| GRANTEE        | varchar(81)  | NO   |     |         |       |
| TABLE_CATALOG  | varchar(512) | YES  |     | NULL    |       |
| TABLE_SCHEMA   | varchar(64)  | NO   |     |         |       |
| PRIVILEGE_TYPE | varchar(64)  | NO   |     |         |       |
| IS_GRANTABLE   | varchar(3)   | NO   |     |         |       |
+----------------+--------------+------+-----+---------+-------+

so i am wondering what all those columns stands for
i know what the third and fourth column stands for but i don’t have any idea what the other columns do coul anyone explain me them bit? i have been searching on the net but i haven’t found anythin only some example values for the column.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T03:09:27+00:00Added an answer on June 4, 2026 at 3:09 am

    According to the MySQL Documentation, these values are just copied from the mysql.db table. All this does is provide an alternative way to find all users who have been granted a database-level privilege.

    Here is a breakdown of what each column represents

    • GRANTEE is mysql user that had the privilege granted (user@host from mysql.db)
    • TABLE_CATALOG is a field defined for this table to be SQL-92 compatiple
    • TABLE_SCHEMA is the database whose grants are allowed (db column in mysql.db)
    • PRIVILEGE_TYPE is the individual database-level privilege granted in mysql.db
      • Select_priv
      • Insert_priv
      • Update_priv
      • Delete_priv
      • Create_priv
      • Drop_priv
      • References_priv
      • Index_priv
      • Alter_priv
      • Create_tmp_table_priv
      • Lock_tables_priv
      • Create_view_priv
      • Show_view_priv
      • Create_routine_priv
      • Event_priv
      • Trigger_priv
    • IS_GRANTABLE tells you if the user was defined WITH GRANTS (Grant_priv column of mysql.db) . In other words, the value tells whether or not the mysql user can give away the specific database-level privilege to other mysql users
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

hello all this seems to be my problem I have a table in mysql
Hello I am getting these LNK errors when I try to compile my MySQL
I am playing around with a Spring MVC + Hibernate + MySQL Hello World
Hello I am trying to setup a Padrino project using DataMapper and MySQL on
Hello I have a table on which I have denied SELECT privs to a
Hello I am doing some simple inserting into a table from my <php> and
I'm trying to validate a pair of data columns on mysql from my php
Hello I have a table with articles and the articles have a column category.
Hello I'm trying to give each of these button names a uniquely numbered name.
Hello I am trying to test the following mySql query within phpmyadmin before using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.