We recently upgraded mysql database which is running on mysql server version 5.5.8. After the upgrade sometimes we are seeing the simple upgrade staements taking more than 1
Try adding quotes to any value you use in the query as they were all strings. That helped me many times. For example:
UPDATE Accounts SET IPadd = 'xx.xx.xx.xx' WHERE Id='xx';