Connection lost to mysql server during query execution

when i am trying to fetch data using select * from table_name its working fine but when i am trying to delete the record from same table its showing:Operation failed: There was an error while applying the SQL script to the database.
ERROR 2013: 2013: Lost connection to MySQL server during query
SQL Statement:

Your post is missing the SQL statement, could you add that?