mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 10:56:12 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			186 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			186 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| INSTALL SONAME 'auth_named_pipe';
 | |
| CREATE USER 'USERNAME' IDENTIFIED WITH named_pipe;
 | |
| GRANT ALL PRIVILEGES ON *.* to 'USERNAME';
 | |
| DROP USER 'USERNAME';
 | |
| UNINSTALL SONAME 'auth_named_pipe';
 | 
