Delete log file:
rm mysql-slow.log
Flush logs on MySql server:
FLUSH LOGS;
Fill log file with empty string
echo '' | sudo tee mysql-slow.log > /dev/null