+ 1
how to clear screen in mysql
i want to clear the screen in mysql but cls,clrscr,clrs is nkt working...can someone give me that code
6 Respostas
+ 5
Karan singh majila in my Linux system it used to clear screen by using this comment what problem you are facing by using this command
+ 3
Clear Screen or use the keyboard shortcut: + CMD + L.
mysql> system cls;
mysql> system clear;
+ 3
Try: system cls or \! cls
without semicolon at the end (this is on the windows 8.1).
+ 2
both codes are not working
+ 2
Karan singh majila then try to use
QUIT; or quit;
Command and then load directory in which you want to work
+ 1
well i m using windows 10,and in its command prompt cls work as to clear screen...but in mysql its not working..their must be anothee code for it its not clearing screen even after putting your and my code