mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
17 lines
306 B
PHP
17 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;
|