I am not able to clear the screen in MySQL command line prompt. My screen is filled with tables, data and queries.I want to clear it up. I searched on the web but couldn't find the satisfactory answer.
相关问题
- sqlyog export query result as csv
- NOT DISTINCT query in mySQL
- MySQL: conduct a basic search
- Why sometimes there is one of more gap(s) in the v
- mySQL alter table on update, current timestamp
Try your terminal apps screen clear. There is no such as command to clean the MySQL shell.
On a Mac you can go to
Edit > Clear Screen
or use the keyboard shortcut:⌥ + CMD + L
.Another possibility is to issue a system command.
for Linux or
for windows (I'd guess. For Linux I'm sure though.).
Ctrl+L
will do it - its a shell command but works well on the mysql console