summaryrefslogtreecommitdiff
path: root/mysql-test/main/change_user_notembedded.result
blob: 41a154f8d3dd9579e4a988b5750480e94a2c2615 (plain)
1
2
3
4
5
6
7
8
9
10
connect  test,localhost,root,,;
connection test;
ERROR 28000: Access denied for user 'foo'@'localhost' (using password: YES)
ERROR 28000: Access denied for user 'foo'@'localhost' (using password: NO)
ERROR 28000: Access denied for user 'foo'@'localhost' (using password: YES)
ERROR 08S01: Unknown command
ERROR 08S01: Unknown command
disconnect test;
connection default;
that's all