summaryrefslogtreecommitdiff
path: root/mysql-test/main/failed_auth_unixsocket.result
blob: 32357a5a7a9930e89b62c909a75dc66641e7fd29 (plain)
1
2
3
4
5
6
7
update mysql.global_priv set priv=json_insert(priv, '$.plugin', 'unix_socket')  where user='root';
flush privileges;
connect(localhost,USER,,test,MASTER_PORT,MASTER_SOCKET);
ERROR 28000: Access denied for user 'USER'@'localhost'
ERROR 28000: Access denied for user 'USER'@'localhost'
update mysql.global_priv set priv=json_compact(json_remove(priv, '$.plugin'))  where user='root';
flush privileges;