8

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?

3

2 Answers 2

5

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

Sign up to request clarification or add additional context in comments.

Comments

1

In workbench you need to go to in Database tab and select Manage Connections you will find all your connection details Here is the image

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.