How do I clear the command in mysql?



How do I clear the command in mysql?..

Answer / Saurabh Mishra

To clear the command and start a new one in MySQL, you can use the `c` or `q` command. To execute the command immediately without waiting for the server response, you can add a semicolon (;) at the end of your command.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How do I set user privileges in mysql?

1 Answers  


In which format data is stored in mysql database?

1 Answers  


How do I find my mysql username and password?

1 Answers  


What is 'mysqlshow'?

1 Answers  


What is orm in mysql?

1 Answers  


How to show all records starting with the letters 'sonia' and the phone number '9876543210'

1 Answers  


Why mysql is used with php?

1 Answers  


What does TIMESTAMP ON UPDATE CURRENT_TIMESTAMP data type do?

1 Answers  


How important is to list the column names when doing an insert?

1 Answers  


What is a join? Explain the different types of mysql joins.

2 Answers  


What is mysql in dbms?

1 Answers  


How to drop an existing view in mysql?

1 Answers  


Categories