How to clear the MySQL screen opened through the MySQL Command Line Client on Windows XP

前端 未结 8 812
小鲜肉
小鲜肉 2020-12-28 11:34

How do i clear the MySQL screen, which I opened through the MySQL Command Line Client?

The operating system is Windows XP.

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-28 12:05

    You can clear the screen with:

    system cls
    

    Or alternatively

    \! cls
    

提交回复
热议问题