mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
6f1ab9ba48
drop users at the end of events_stress mysql-test/r/ps_1general.result: update result mysql-test/r/skip_name_resolve.result: update result mysql-test/r/sp_notembedded.result: update result mysql-test/r/status.result: update result mysql-test/t/events_stress.test: drop users created in the test
15 lines
685 B
Text
15 lines
685 B
Text
GRANT ALL ON test.* TO mysqltest_1@'127.0.0.1/255.255.255.255';
|
|
SHOW GRANTS FOR mysqltest_1@'127.0.0.1/255.255.255.255';
|
|
Grants for mysqltest_1@127.0.0.1/255.255.255.255
|
|
GRANT USAGE ON *.* TO 'mysqltest_1'@'127.0.0.1/255.255.255.255'
|
|
GRANT ALL PRIVILEGES ON `test`.* TO 'mysqltest_1'@'127.0.0.1/255.255.255.255'
|
|
REVOKE ALL ON test.* FROM mysqltest_1@'127.0.0.1/255.255.255.255';
|
|
DROP USER mysqltest_1@'127.0.0.1/255.255.255.255';
|
|
select user();
|
|
user()
|
|
#
|
|
show processlist;
|
|
Id User Host db Command Time State Info
|
|
<id> event_scheduler <host> NULL <command> <time> <state> <info>
|
|
<id> root <host> test <command> <time> <state> <info>
|
|
<id> root <host> test <command> <time> <state> <info>
|