~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_file/tests/r/basic.result

  • Committer: Eric Day
  • Date: 2010-04-02 22:48:56 UTC
  • mto: This revision was merged to the branch mainline in revision 1451.
  • Revision ID: eday@oddments.org-20100402224856-iu1br0918udflik0
Added auth_file plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
connect(localhost,bad_user,,test,MASTER_PORT,);
 
2
ERROR 28000: Access denied for user 'bad_user'@'LOCALHOST' (using password: NO)
 
3
SELECT 1;
 
4
1
 
5
1
 
6
SELECT 1;
 
7
1
 
8
1
 
9
connect(localhost,auth_file_password,bad_password,test,MASTER_PORT,);
 
10
ERROR 28000: Access denied for user 'auth_file_password'@'LOCALHOST' (using password: YES)