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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -