how to clear screen in mysql | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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

27th May 2019, 10:18 AM
Karan singh majila
Karan singh majila - avatar
6 Réponses
+ 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
27th May 2019, 10:27 AM
MsJ
MsJ - avatar
+ 3
Clear Screen or use the keyboard shortcut:  + CMD + L. mysql> system cls; mysql> system clear;
27th May 2019, 10:20 AM
MsJ
MsJ - avatar
+ 3
Try: system cls or \! cls without semicolon at the end (this is on the windows 8.1).
26th Apr 2020, 9:44 AM
ricdossc
ricdossc - avatar
+ 2
both codes are not working
27th May 2019, 10:22 AM
Karan singh majila
Karan singh majila - avatar
+ 2
Karan singh majila then try to use QUIT; or quit; Command and then load directory in which you want to work
27th May 2019, 10:34 AM
MsJ
MsJ - avatar
+ 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
27th May 2019, 10:29 AM
Karan singh majila
Karan singh majila - avatar