vote up 0 vote down star

I can't delete the last character in a given line in the MySQL CLI, if I press "END", it will jump on the character and if I press "DEL", it will delete the char before that (like backspace).

Does anybody know a fix for that issue?

I use MySQL 5.1.31-1ubuntu2-log with normal shell access.

Thank you for assistance!

flag

60% accept rate

3 Answers

vote up 2 vote down check

The problem appears different on Linux/Windows.

Our solution was to add this line to ~/.editrc

bind -e

to see how editrc works:

https://www.mirbsd.org/htman/i386/man5/editrc.htm

link|flag
+1 excellent find! – Abel Oct 21 at 23:11
vote up 0 vote down

Erm ... Use cursor keys?

link|flag
that would be.... to easy! no they didn't work. – smint Oct 21 at 19:46
Well, you check the easy things first. Glad you got that one fixed. – Martin Hohenberg Oct 22 at 6:09
vote up 0 vote down

I heard recently that Shift-Del or Shift-Backspace works on some systems (mainly Mac), perhaps it can be used as a workaround for Ubuntu too?

Update: Does the End + Del/BS work normally when you're not inside MySQL prompt?

link|flag
thank you, the comment from simon fixed it!! – smint Oct 21 at 19:46

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.