summaryrefslogtreecommitdiff
path: root/mysql-test/main/init_file_set_password-7656.result
blob: 99a16a395d77df18d2370060cd94841bb6bf0bca (plain)
1
2
3
4
5
6
7
8
create user foo@localhost;
select user,host,password from mysql.user where user='foo';
user	host	password
foo	localhost	
select user,host,password,plugin,authentication_string from mysql.user where user='foo';
user	host	password	plugin	authentication_string
foo	localhost		mysql_native_password	*94BDCEBE19083CE2A1F959FD02F964C7AF4CFC29
drop user foo@localhost;