tango4567 / solutions

Here I am adding lots of different stuff. This is the collection of problems with their solutions. Most important please share good vibes and correct me if you found anything wrong here. Thanks in advance.
Apache License 2.0
5 stars 0 forks source link

How to clear MySQL screen console in Windows? #67

Closed tango4567 closed 4 months ago

tango4567 commented 4 months ago

I tried with following commands but not working

mysql> clear
mysql> cls
mysql> system cls
mysql> system clear 
tango4567 commented 4 months ago

For Windows Command Prompt: mysql> \! cls For Ubuntu Terminal: mysql> \! clear

Source