mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
140cc614c9
+ Fix for Bug#43114 wait_until_count_sessions too restrictive, random PB failures + Removal of a lot of other weaknesses found + modifications according to review
14 lines
620 B
Text
14 lines
620 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> root <host> test <command> <time> <state> <info>
|
|
<id> root <host> test <command> <time> <state> <info>
|