mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	--old-passwords Support for option --old-protocol was removed. Some test performed. Tests for SSL and replication are pending. More strict following to specification for --old-passwords is in the TODO.
		
			
				
	
	
		
			50 lines
		
	
	
		
			772 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			772 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
show tables;
 | 
						|
Tables_in_mysql
 | 
						|
columns_priv
 | 
						|
db
 | 
						|
func
 | 
						|
help_category
 | 
						|
help_keyword
 | 
						|
help_relation
 | 
						|
help_topic
 | 
						|
host
 | 
						|
tables_priv
 | 
						|
user
 | 
						|
show tables;
 | 
						|
Tables_in_test
 | 
						|
grant ALL on *.* to test@localhost identified by "gambling";
 | 
						|
grant ALL on *.* to test@127.0.0.1 identified by "gambling";
 | 
						|
show tables;
 | 
						|
Tables_in_mysql
 | 
						|
columns_priv
 | 
						|
db
 | 
						|
func
 | 
						|
help_category
 | 
						|
help_keyword
 | 
						|
help_relation
 | 
						|
help_topic
 | 
						|
host
 | 
						|
tables_priv
 | 
						|
user
 | 
						|
show tables;
 | 
						|
Tables_in_test
 | 
						|
update mysql.user set password=old_password("gambling2") where user="test";
 | 
						|
flush privileges;
 | 
						|
set password=old_password('gambling3');
 | 
						|
show tables;
 | 
						|
Tables_in_mysql
 | 
						|
columns_priv
 | 
						|
db
 | 
						|
func
 | 
						|
help_category
 | 
						|
help_keyword
 | 
						|
help_relation
 | 
						|
help_topic
 | 
						|
host
 | 
						|
tables_priv
 | 
						|
user
 | 
						|
show tables;
 | 
						|
Tables_in_test
 | 
						|
delete from mysql.user where user="test";
 | 
						|
flush privileges;
 |