summaryrefslogtreecommitdiff
path: root/mysql-test/main/init_file_set_password-7656.result
blob: e5b3fc75706a0ecab9d16bf82a0c6fb9eaa8d431 (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 from mysql.user where user='foo';
user	host	password
foo	localhost	*94BDCEBE19083CE2A1F959FD02F964C7AF4CFC29
drop user foo@localhost;