I think quesiton is clear. I'm programming with C# and using MySQLDriverCS to connect MySQL. But I'm having issues about speed. Which drivers are you using to connect MySQL? MySQLDriverCS is the best solution? Please make some suggestions for me. Thanks in advance.
Asked
Active
Viewed 2,554 times
4
-
My plain ODBC connection worked against a 32-bit CentOS MySQL server, but C# could not get to it. – octopusgrabbus Sep 17 '15 at 12:51
2 Answers
4
I would recommend using the official MySQL Connector/Net.

HoldOffHunger
- 18,769
- 10
- 104
- 133

LukeH
- 263,068
- 57
- 365
- 409
-
Ditto. I've been downloading the wrong drivers. Thanks for the answer – octopusgrabbus Sep 17 '15 at 12:51