Hi, recently I switched my project from Connector/net to MySqlConnector, but then I notices I'm getting "MySql.Data.MySqlClient.MySqlException (0x80004005): Lock wait timeout exceeded; try restarting transaction" from some of the insert statements within a TransactionScope. After 24 hrs I'd decided to switch back to connector/net and the error no longer show up.
Any idea why this is happening?
Hi, recently I switched my project from Connector/net to MySqlConnector, but then I notices I'm getting "MySql.Data.MySqlClient.MySqlException (0x80004005): Lock wait timeout exceeded; try restarting transaction" from some of the insert statements within a TransactionScope. After 24 hrs I'd decided to switch back to connector/net and the error no longer show up.
Any idea why this is happening?