Answers for "how to clear mysql console"

SQL
2

how to clear command prompt when using MySQL

For window use "! cls"
For Linux use "Ctrl + L"
Posted by: Guest on February-22-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language