How to clear mysql screen console in windows?

前端 未结 23 2245

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

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

blah blah ...
         


        
23条回答
  •  梦谈多话
    2020-12-29 01:54

    you can type the following step:

    mysql> exit;

    C:\xampp\mysql\bin> cls

    C:\xampp\mysql\bin> mysql -u root -h localhost

    it's work!

提交回复
热议问题