<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<Connectionstring>
<add key="questionpaper" value="server=localhost;database=Question_info;
UID=root;password=SATISH;"/>
</Connectionstring>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration>
这是我的 app.config 但无法连接到 MySql 服务器
所以请告诉我如何处理这个问题
如何在 c# 中的 app.config 中编写 mysql 连接字符串