mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Create 'main' test directory and move 't' and 'r' there
This commit is contained in:
10
mysql-test/main/change_user_notembedded.result
Normal file
10
mysql-test/main/change_user_notembedded.result
Normal file
@ -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
|
Reference in New Issue
Block a user