Production environment:
Operating system: CentOS6.6
Database system: MySQL 5.5.41-cll-lve
Secure terminal emulation software (telnet tool): Xshell 5
Problem: In the learning and practice operation, found fullscreen fast, view inconvenient, so want to solve this problem,
But in this environment to clear the screen, or different, it is often difficult to think of the following way to solve the problem.
Test results:
Two ways that are often available on the network:
Mysql>clear #测试无效
Mysql>\c #测试无效
Two effective ways:
Way One:
mysql> \! Clear//Note the clear command before the space is needed;
Way two:
Mysql> ctrl+l//shortcut key combinations
This article is from the "linux~dba~mba~edu" blog, make sure to keep this source http://sky9896.blog.51cto.com/2330653/1684480
How do I use the clear Screen command in a MySQL database operating environment above the Linux operating system?