The mysql command line client supports history (you can use the cursor keys to access and navigate it), but is there a way to search for a string, how can you do (for example) bash?
In bash you can:
history | grep "command"
Is there something similar in mysql?
source share