mysql使用password()加密后如何查询

没有办法显示源字符
只能再次通过password()查询是否一致

select * from xx where name='abc' and password=password('bcd');