What is the best driver for mysql to connect?

2.6k views Asked by At

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.

2

There are 2 answers

1
Wael Dalloul On BEST ANSWER

you can use: mysql connector/net

or you can use OleDB

1
LukeH On

I would recommend using the official MySQL Connector/Net.