I am trying to Delete all the contents from a table. So using delete from M_Cast
. But it seems to take infinitely long to get executed. The number of rows in the table are just 19. And this is happening only with this particular table M_Cast. What can be the problem..?
Picture of my terminal . I pressed enter and the cursor is still blinking
Even I faced this problem MySQL > Table doesn't exist. But it does (or it should) an hour back. I created a new DB as mentioned. But now even when I am trying to delete the DB it doesnt execute.
Why do such weird things happen in MySQL?