Hacker News new | ask | show | jobs
by cdavid 4523 days ago
for once, you get proper reverse search, which is not available in mysql (last time I checked, which has now been a while TBH).
2 comments

Works for me. I use this feature nearly all day.

http://showterm.io/03de0c8a4992dc7008ef2

mysql cli has always had reverse search (ctrl+r) because it was built on readline. They actually recently disabled it, indirectly, because they switched to editline. So now you gotta configure it via ~/.editrc

http://bugs.mysql.com/bug.php?id=60465