Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get MySql DB connection information from MySql workbench?

I am trying to connect to a database using ASP.net and C#. I went through the MySql workbench tutorial and created a database, eer model, and table.

What I need now is the database connection information, specifically the connection string. How do I find what information needs to go in the connection string? What all needs to be in my connection string?

like image 594
recneps Avatar asked Feb 04 '13 19:02

recneps


1 Answers

ConnectionStrings.com is an excellent resource for details on connection strings and how they can be constructed.

like image 160
Daniel Kelley Avatar answered Oct 27 '22 10:10

Daniel Kelley