mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-27 05:56:07 +03:00 
			
		
		
		
	mysql-test/lib/mtr_process.pl: Apply manually the merge from 5.0 mysql-test/mysql-test-run.pl: Apply manually the merge from 5.0 mysql-test/r/grant.result: A post-merge fix. mysql-test/r/im_cmd_line.result: A post-merge fix. mysql-test/r/im_instance_conf.result: A post-merge fix. mysql-test/r/sp.result: A post-merge fix. mysql-test/t/grant.test: A post-merge fix. mysql-test/t/im_cmd_line.imtest: A post-merge fix. mysql-test/t/im_instance_conf.imtest: A post-merge fix. sql/field.cc: A post-merge fix. sql/item_cmpfunc.cc: A post-merge fix. sql/sp_head.cc: A post-merge fix. sql/sp_head.h: A post-merge fix.
		
			
				
	
	
		
			48 lines
		
	
	
		
			916 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			916 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| SHOW VARIABLES LIKE 'server_id';
 | |
| Variable_name	Value
 | |
| server_id	1
 | |
| SHOW INSTANCES;
 | |
| instance_name	state
 | |
| mysqld1	starting
 | |
| mysqld2	offline
 | |
| --> Listing users...
 | |
| im_admin
 | |
| 
 | |
| ==> Adding user 'testuser'...
 | |
| 
 | |
| --> IM password file:
 | |
| testuser:*0D3CED9BEC10A777AEC23CCC353A8C08A633045E
 | |
| im_admin:*598D51AD2DFF7792045D6DF3DDF9AA1AF737B295
 | |
| --> EOF
 | |
| 
 | |
| --> Printing out line for 'testuser'...
 | |
| testuser:*0D3CED9BEC10A777AEC23CCC353A8C08A633045E
 | |
| 
 | |
| --> Listing users...
 | |
| im_admin
 | |
| testuser
 | |
| 
 | |
| ==> Changing the password of 'testuser'...
 | |
| 
 | |
| --> IM password file:
 | |
| im_admin:*598D51AD2DFF7792045D6DF3DDF9AA1AF737B295
 | |
| testuser:*39C549BDECFBA8AFC3CE6B948C9359A0ECE08DE2
 | |
| --> EOF
 | |
| 
 | |
| --> Printing out line for 'testuser'...
 | |
| testuser:*39C549BDECFBA8AFC3CE6B948C9359A0ECE08DE2
 | |
| 
 | |
| --> Listing users...
 | |
| testuser
 | |
| im_admin
 | |
| 
 | |
| ==> Dropping user 'testuser'...
 | |
| 
 | |
| --> IM password file:
 | |
| im_admin:*598D51AD2DFF7792045D6DF3DDF9AA1AF737B295
 | |
| --> EOF
 | |
| 
 | |
| --> Listing users...
 | |
| im_admin
 | |
| 
 |