mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 20:36:16 +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;
 |