mariadb/mysql-test/suite/mariabackup/auth_plugin_win.result

6 lines
184 B
Text
Raw Normal View History

INSTALL SONAME 'auth_named_pipe';
CREATE USER 'USERNAME' IDENTIFIED WITH named_pipe;
GRANT ALL PRIVILEGES ON *.* to USERNAME;
DROP USER 'USERNAME';
UNINSTALL SONAME 'auth_named_pipe';