mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			180 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			180 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#
 | 
						|
# show server variables
 | 
						|
#
 | 
						|
 | 
						|
--disable_query_log
 | 
						|
--echo ===== ENGINES =====
 | 
						|
show engines; 
 | 
						|
--echo ===== VARIABLES =====
 | 
						|
show variables; 
 | 
						|
--echo ===== STOP =====
 | 
						|
--enable_query_log
 |