mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			382 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			382 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
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
 |