While debugging SQL statements, if I accidentally execute a query in using the mysql command line that outputs at lot of results (even if the query itself executes in reaso
Use mysql --sigint-ignore
mysql --sigint-ignore
and to clear a line, use control+U