Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I connect to MySQL via LinqPad?

Tags:

mysql

linqpad

I hear you can install a MySQL plugin, but where can I get that?

like image 427
Mark Kadlec Avatar asked Jul 08 '11 19:07

Mark Kadlec


1 Answers

Quote from the first google hit:

  • LINQPad's MySQL driver has recently been updated so that it works with MySQL databases with no password. To load the new driver, click 'Add Connection', 'View More Drivers' and select the IQ driver again to download.

  • If you're using LINQPad, you don't need to first download the MySQL Connector - LINQPad has everything you need.

like image 200
Darin Dimitrov Avatar answered Oct 02 '22 15:10

Darin Dimitrov