简体   繁体   English

如何从 MySql 工作台获取 MySql DB 连接信息?

[英]How to get MySql DB connection information from MySql workbench?

I am trying to connect to a database using ASP.net and C#.我正在尝试使用 ASP.net 和 C# 连接到数据库。 I went through the MySql workbench tutorial and created a database, eer model, and table.我浏览了 MySql 工作台教程并创建了一个数据库、eer 模型和表。

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?我的连接字符串中需要什么?

ConnectionStrings.com是有关连接字符串及其构建方式的详细信息的绝佳资源。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM