Hai,
I have a simple query fired on click of a button.
i.e., update table_name set column1='20' , column2='15' where id='1';
Even through the query browser it is giving
Lock wait timeout exceeded; try restarting transaction ,this exception.
The same was working a couple of days before.
what might be the reason for this exception.
Thanks in advance
I have a simple query fired on click of a button.
i.e., update table_name set column1='20' , column2='15' where id='1';
Even through the query browser it is giving
Lock wait timeout exceeded; try restarting transaction ,this exception.
The same was working a couple of days before.
what might be the reason for this exception.
Thanks in advance
Comment