how to clear previously run queries in mysql command prompt

≯℡__Kan透↙ 提交于 2019-12-11 15:39:22

问题


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

来源:https://stackoverflow.com/questions/18997239/how-to-clear-previously-run-queries-in-mysql-command-prompt

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!