mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size)
This commit is contained in:
parent
21daa7b929
commit
e3982cead2
429 changed files with 1479 additions and 666 deletions
|
|
@ -33,10 +33,15 @@ values ('hostb', '%', '%');
|
|||
select * from performance_schema.setup_actors
|
||||
order by USER, HOST, ROLE;
|
||||
|
||||
create user user1@localhost;
|
||||
grant ALL on *.* to user1@localhost;
|
||||
create user user2@localhost;
|
||||
grant ALL on *.* to user2@localhost;
|
||||
create user user3@localhost;
|
||||
grant ALL on *.* to user3@localhost;
|
||||
create user user4@localhost;
|
||||
grant ALL on *.* to user4@localhost;
|
||||
create user user5@localhost;
|
||||
grant select on test.* to user5@localhost;
|
||||
|
||||
flush privileges;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue