Documentation Home
MySQL Restrictions and Limitations
Related Documentation Download this Excerpt
PDF (US Ltr) - 275.9Kb
PDF (A4) - 275.3Kb


MySQL Restrictions and Limitations  / Limits in MySQL  /  Grant Table Scope Column Properties

12.2 Grant Table Scope Column Properties

Scope columns in the grant tables contain strings. The default value for each is the empty string. The following table shows the number of characters permitted in each column.

Table 12.1 Grant Table Scope Column Lengths

Column NameMaximum Permitted Characters
Host,Proxied_host255 (60 prior to MySQL 8.0.17)
User,Proxied_user32
Db64
Table_name64
Column_name64
Routine_name64

Host andProxied_host values are converted to lowercase before being stored in the grant tables.

For access-checking purposes, comparisons ofUser,Proxied_user,authentication_string,Db, andTable_name values are case-sensitive. Comparisons ofHost,Proxied_host,Column_name, andRoutine_name values are not case-sensitive.