mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 15:50:51 +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
 | 
