xuanhao 发表于 2016-1-2 12:20:41

MySQL Clear Screen

  Linux:

mysql>\! clear
Or
ctrl+L


Since 'clear' is a Linux operating system command and Linux and Mac OS X are
both forms of Unix, this command might very well work fine for you too.

Please note that the '\! ' in front of the clear command is used to tell
MySQL to pass the command back to the OS to handle.

Source: http://lists.mysql.com/mysql/192466
页: [1]
查看完整版本: MySQL Clear Screen