Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.3.15
-
None
Description
After upgrading from 10.2.24 to 10.3.15, I found that `show grants` does not return "ALL PRIVILEGES" but returns every single privilege individually.
Before upgrading it returns
GRANT ALL PRIVILEGES ON `app\_test`.* TO 'app_test'@'10.29.67.141' | |
After:
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, REFERENCES, INDEX, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES, EXECUTE, CREATE VIEW, SHOW VIEW, CREATE ROUTINE, ALTER ROUTINE, EVENT, TRIGGER ON `app\_test`.* TO 'app_test'@'10.29.67.141' | |
I tried recreating the user and running 'grant all privileges' again, but still the same result.
Hi laocius,
what happens after second time you start mysqld and run show grants for new user created on 10.3?
Again the same message or ALL PRIVILEGES?
I tried on > 10.3.15 and there is also such problem.