diff --git a/information-schema/information-schema-user-attributes.md b/information-schema/information-schema-user-attributes.md index c2d31494a3819..9cc1b06662dca 100644 --- a/information-schema/information-schema-user-attributes.md +++ b/information-schema/information-schema-user-attributes.md @@ -5,7 +5,7 @@ summary: Learn the `USER_ATTRIBUTES` INFORMATION_SCHEMA table. # USER_ATTRIBUTES -The `USER_PRIVILEGES` table provides information about user comments and user attributes. This information comes from the `mysql.user` system table. +The `USER_ATTRIBUTES` table provides information about user comments and user attributes. This information comes from the `mysql.user` system table. ```sql USE information_schema;