how to clear mysql command line screen code example
Example 1: how to clear command prompt when using MySQL
For window use "\! cls"
For Linux use "Ctrl + L"
Example 2: mysql clear screen
system clear
For window use "\! cls"
For Linux use "Ctrl + L"
system clear