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

前端 未结 8 892
小鲜肉
小鲜肉 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 11:59

    Whenever I need to work on my stuff, I use Windows PowerShell to drop into the mysql shell. The only way I've found to clear the screen is to

    1. Exit mysql
    2. Type cls at the powershell prompt
    3. Drop back into the mysql shell again

    It's a kind of workaround, but it works for me, I guess.

提交回复
热议问题