mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 19:06:14 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			108 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			108 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| connect con1,localhost,root,,,,,SSL;
 | |
| SET @@net_read_timeout=1;
 | |
| SELECT 1;
 | |
| 1
 | |
| 1
 | |
| SELECT 1;
 | |
| 1
 | |
| 1
 | |
| disconnect con1;
 | 
