summaryrefslogtreecommitdiffstats
path: root/mysql-test/main/change_user_notembedded.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/change_user_notembedded.result')
-rw-r--r--mysql-test/main/change_user_notembedded.result10
1 files changed, 10 insertions, 0 deletions
diff --git a/mysql-test/main/change_user_notembedded.result b/mysql-test/main/change_user_notembedded.result
new file mode 100644
index 00000000..41a154f8
--- /dev/null
+++ b/mysql-test/main/change_user_notembedded.result
@@ -0,0 +1,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