Showing posts with label mysql connector. Show all posts
Showing posts with label mysql connector. Show all posts

Thursday, April 15, 2010

.Net MySQL Connector Error

Apparently there is an error that can occur when a MySQL command tries to execute, but the execution takes longer than the default 'CommandTimeout' of 30 seconds.

To fix the problem, change to MySQLCommand.CommandTimeout to something more useful.