How to get MySql DB connection information from MySql workbench?

15,764

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

Share:
15,764
recneps
Author by

recneps

Uhhh, can I write this off a self improvement time?

Updated on June 26, 2022

Comments

  • recneps
    recneps almost 2 years

    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?