• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

MySQL - clear screen command

 
Ranch Hand
Posts: 232
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
this is a trivial question but i have no choice but to ask.
What is the cls (DOS command for clearing screen) equivalent command in mysql to clear the screen not the buffer?
thanks.
 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Brian,

Are you sure there *is* one? I just did some looking in the manual, and all that I can find is "clear", but I'm unsure what that does. It doesn't clear the screen, nor does it clear the command buffer. One thing you can do is just hit return a bunch of times and push whatever is on the screen off.

If you find it, please post it.

Peace,
Phillip
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic