mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 15:50:51 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			331 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			331 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| server_id           =1
 | |
| server_id           =2
 | |
| SHOW VARIABLES LIKE 'server_id';
 | |
| Variable_name	Value
 | |
| server_id	1
 | |
| UNSET mysqld1.server_id;
 | |
| server_id           =2
 | |
| SHOW VARIABLES LIKE 'server_id';
 | |
| Variable_name	Value
 | |
| server_id	1
 | |
| UNSET mysqld2.server_id;
 | |
| FLUSH INSTANCES;
 | |
| SHOW VARIABLES LIKE 'server_id';
 | |
| Variable_name	Value
 | |
| server_id	1
 | 
