mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
18 lines
306 B
PHP
18 lines
306 B
PHP
|
|
||
|
--echo
|
||
|
SHOW GRANTS FOR mysqltest_u1@localhost;
|
||
|
|
||
|
--connect (con1,localhost,mysqltest_u1,,mysqltest_db1)
|
||
|
--connection con1
|
||
|
|
||
|
--echo
|
||
|
SHOW CREATE TABLE t1;
|
||
|
|
||
|
--connection default
|
||
|
|
||
|
--disconnect con1
|
||
|
|
||
|
--echo
|
||
|
REVOKE ALL PRIVILEGES, GRANT OPTION FROM mysqltest_u1@localhost;
|
||
|
SHOW GRANTS FOR mysqltest_u1@localhost;
|