Infinity execution for SQL Query -
i have execute query
select * tpartmasterex
however, query keep on execute, , there no data display, check deadlock,but didn't found any.
is there way stop infinity execution? maybe should query stop this,or hard kill it? can please me?thanks
try running below commands if explicitly want kill query.
show full processlist; // process id. p_id. kill p_id;
also slow query log
know reason behind slowness.
Comments
Post a Comment