The command to move the cursor to the beginning of line in MySQL input editor is?
(a) Ctrl-A
(b) Ctrl-E
(c) Ctrl-D
(d) Esc-a
(a) Ctrl-A
(b) Ctrl-E
(c) Ctrl-D
(d) Esc-a
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The correct option is (a) Ctrl-A
For explanation I would say: Control-A moves the cursor to the beginning of the line. Ctrl-E moves the cursor to the end of the line. Control-D deletes the character under the cursor whereas Esc-a is not valid.