How to get MySql DB connection information from MySql workbench?

recneps picture recneps · Feb 4, 2013 · Viewed 13.5k times · Source

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?

Answer

Daniel Kelley picture Daniel Kelley · Feb 4, 2013

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