具体的使用文章参考我的这篇博客:ASP .NET Core Web 系列教程四:使用数据库进行交互(MySQL/MariaDB 版)
我这里介绍一下设置UTF-8的编码的Connection String :
"ConnectionStrings": {
"DeafultConnection": "server=localhost;port=3306;database=movie;user=root;CharSet=utf8;"
}
具体的使用文章参考我的这篇博客:ASP .NET Core Web 系列教程四:使用数据库进行交互(MySQL/MariaDB 版)
我这里介绍一下设置UTF-8的编码的Connection String :
"ConnectionStrings": {
"DeafultConnection": "server=localhost;port=3306;database=movie;user=root;CharSet=utf8;"
}

被折叠的 条评论
为什么被折叠?