Using Perfmon with MySQL Connector/NET
Posted
by Mark Richman
on Stack Overflow
See other posts from Stack Overflow
or by Mark Richman
Published on 2010-06-05T19:40:01Z
Indexed on
2010/06/05
19:42 UTC
Read the original article
Hit count: 332
I am trying to diagnose repeated lock wait timeouts from my ASP.NET app to MySQL 5.1. I'm using MySQL Connector/NET 6.2.3.
I don't see anything MySQL-related in Perfmon's Performance Object dropdown list.
What else can I do to try to diagnose these issues?
© Stack Overflow or respective owner