correspondência exata do mysql regex

select * from user where first_name REGEXP '^john$';
Grepper