mysqlwindowscommand-linesqlcommand

How to clear MySQL screen console in Windows?


The title is my question. I googled and try something like

mysql> !\ clear
mysql> !\ cls
mysql> system cls
mysql> system clear 

blah blah ...

but none of them works.

Anyone show me how to clear screen, just like cls command in Windows?


Solution

  • This is not possible on Windows.

    There is an open bug for this issue: Bug #58680: Windows Clear Screen Command