|
|
@ -174,4 +174,8 @@ connection default; |
|
|
|
select user,host,password,plugin,authentication_string from mysql.user where user='foo'; |
|
|
|
user host password plugin authentication_string |
|
|
|
foo localhost mysql_native_password *E8D46CE25265E545D225A8A6F1BAF642FEBEE5CB |
|
|
|
set password for '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 |
|
|
|
drop user foo@localhost; |