Find

How to find file from specific time

find . -name "*.tmp" -mtime +60 -exec rm -f {} \;  

find file in Path /usr/mysql  have ".tmp" by time over 60 days then delete.