You've already forked mariadb-columnstore-engine
							
							
				mirror of
				https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
				synced 2025-10-30 07:25:34 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			130 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			130 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
| --disable_query_log
 | |
| REVOKE ALL PRIVILEGES ON *.* FROM 'cejuser'@'localhost';
 | |
| DROP USER 'cejuser'@'localhost';
 | |
| --enable_query_log
 | |
| 
 |