Mysql – A simple update query to a table in my database is taking after selecting 1 record is taking more than 1 mintute
This query is taking more than 90 seconds UPDATE `tableA` SET `bill_no` = NULL WHERE `tableA`.`payment_no` = 'S00005303'; how to find the cause of slowness I checked show processlist; and there are no other queries running at the same time.