Kurinchi Blogger Scribbles …


Posts Tagged ‘clear screen’

Mar 01
2010

MySQL Clear Screen Window

Last updated: March 17th, 2010

To clear the screen content in MySQL use the command

mysql> \! clear

Usage of “\!” tells MySQL to pass the command to Linux OS to handle the request.

If you are in a Windows environment (DOS prompt), to pass the control to the OS you can use the command

mysql>system cls

Aug 01
2009

Mysql: How to clear the screen from command prompt?

Last updated: July 29th, 2009

Command to clear the screen content from command prompt in MySQL

mysql> \! clear


Valid HTML 4.01 Strict  Valid HTML 4.01 Strict