mariadb/mysql-test/main/init_file_set_password-7656.result
2018-03-29 13:59:44 +03:00

8 lines
281 B
Text

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;