mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Write information about restart in .result
Idea comes from MySQL which does something similar
This commit is contained in:
@@ -581,6 +581,7 @@ GRANT USAGE ON *.* TO 'user3'@'%';
|
||||
GRANT ALL PRIVILEGES ON `roelt`.`test2` TO 'user3'@'%';
|
||||
alter table mysql.user drop column Delete_history_priv;
|
||||
alter table mysql.db drop column Delete_history_priv;
|
||||
# restart
|
||||
Run mysql_upgrade with all privileges on a user
|
||||
flush privileges;
|
||||
SHOW GRANTS FOR 'user3'@'%';
|
||||
|
Reference in New Issue
Block a user