Jump to content

[SOLVED] Cancel a frozen query?


Azu

Recommended Posts

I entered a query wrong and it has been stuck for like an hour when it should only have taken a second or two.

 

Is there a way that I can stop the query besides turning off the MySQL server and then turning it back on again?

 

I entered in the query in SQLyog, if that matters.

update `DB2`.`data` set `info`=(select `info` from `DB1`.`data` where `id`=`db2`.`data`.`id` limit 1);

Link to comment
https://forums.phpfreaks.com/topic/52424-solved-cancel-a-frozen-query/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.