我只需要一个带有默认 MySQL 开发人员安装的示例。我在 SQLExpress 上工作得很好。这是我的 SQL Express 连接字符串:
<entityFramework>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework">
<parameters>
<parameter value="Data Source=.\SQLEXPRESS; Integrated Security=True; MultipleActiveResultSets=True" />
</parameters>
</defaultConnectionFactory>
</entityFramework>
我应该为 MySQL 做些什么