how to clear previously run queries in mysql comma

2019-09-06 20:24发布

问题:

I have bunch of queries run in my console and it has many tables and results displayed, I would like to clear my console from the mysql command prompt. How can I do it? this link didn't help me. I am using mysql server 5.1.

i just have to clear my console so that it won't mess. I've tried

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

but these are not working