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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sganeshsvk
    New Member
    • Oct 2009
    • 14

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

    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
    Recognized Expert Expert
    • Nov 2006
    • 5062

    #2
    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 ;-)

    Comment

    Working...