Trouble Deleting data from MYSQL database

Hi Friends

I am loading the database from the text file using load infile command,
what i wish to do is to delete last inserted data not just the last row i.e all the data i have loaded from text tile.I am working on MySQL.

Thanks

delete from tablename;

no condition given means everything goes.