MySQL Regex exakte Übereinstimmung

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