Clear MySQL Screen in Linux

In this article, we are going to see how to clear MySQL Screen in Linux. We ar going to clear the screen using two methods.

1. Using Ctrl+L command
2. Using \! clear command

1. Using Ctrl+L command

Just press Ctrl key and L at a time(Ctrl+L)

1. Using \! clear command:
Type the \! clear in mysql shell. Then, it will clears the screen.

The above step explained in the below video.

Leave a Reply

Your email address will not be published. Required fields are marked *