Whenever I need to work on my stuff, I use Windows PowerShell to drop into the mysql shell. The only way I've found to clear the screen is to
- Exit mysql
- Type
cls at the powershell prompt
- Drop back into the mysql shell again
It's a kind of workaround, but it works for me, I guess.