How to clear mysql screen console in windows?
This is not possible on Windows.
There is an open bug for this issue: Bug #58680: Windows Clear Screen Command
I don't think Any of the commands will work.
In Linux Ctrl+L will do the job. In Windows there is no equivalent. You can only exit MySQL console by executing quit
, execute cls
and then re-enter MySQL console.