S
S
Sai372018-10-14 11:35:23
MySQL
Sai37, 2018-10-14 11:35:23

How to connect MySQL Workbench database to C#?

How to connect the database in Visual C # through MySQL Workbench, you need to specify the server name there, you need to create it in MySQL Workbench and then it will appear in the selection in Visual Studio?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dimonchik, 2018-10-14
@dimonchik2013

https://dev.mysql.com/downloads/connector/net/

M
Maxim Isaev, 2018-10-14
@MaximIs

It depends on where it needs to be done: on the web (in web.config you add a connection string), if on the desktop (in app.config you add a line). connection string googling

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question