6 lines
		
	
	
		
			145 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			145 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
| use oceanbase;
 | |
| create user if not exists 'admin' IDENTIFIED BY 'admin';
 | |
| grant all on *.* to 'admin' WITH GRANT OPTION;
 | |
| create database obproxy;
 | |
| 
 | 
