summaryrefslogtreecommitdiff
path: root/mysql-test/suite/mariabackup/auth_plugin_win.result
blob: 7a623be147f8ebba37a2dc261cfda21721ecf821 (plain)
1
2
3
4
5
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';