clear screen mysql option in cmd 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