Connecting Tech Pros Worldwide Forums | Help | Site Map

How to clear screen command prompt for mysql in windows XP ?

Newbie
 
Join Date: Oct 2009
Location: Chennai
Posts: 13
#1: Oct 7 '09
i want to clear the screen command prompt for mysql in windows XP...

In linux we use (CTRL + L) for clear the screen in mysql prompt....

i already use this command ( \c ) then ( \! clear ) for clear screen in Mysql windows XP...

Plz sir,

i want reply must......

Atli's Avatar
Moderator
 
Join Date: Nov 2006
Location: Iceland
Posts: 3,754
#2: Oct 21 '09

re: How to clear screen command prompt for mysql in windows XP ?


Hey.

The Windows MySQL CLI client uses the Windows CLI (cmd.exe), so I guess you could use the command that clears that: CLS

This won't work from within the MySQL application tho, you would have to exit, clear the screen, and then log in to MySQL again.

I don't know of a way to do this from within the MySQL client, and I doubt it even exists. (Price of working on Windows ;-)
Reply