搜索结果
查询Tags标签: MySqlConnection,共有 4条记录-
Consider enabling transient error resiliency by adding 'EnableRetryOnFailure()' to the
Consider enabling transient error resiliency by adding EnableRetryOnFailure() to the UseMySql call ef core连接不上MySQL 连接字符串是: Data Source = 127.0.0.1;Database = test1;UserID=root;password=123456;pooling=true;port=3306;sslmode=none;Charset=ut…
2021/7/30 19:37:22 人评论 次浏览 -
Consider enabling transient error resiliency by adding 'EnableRetryOnFailure()' to the
Consider enabling transient error resiliency by adding EnableRetryOnFailure() to the UseMySql call ef core连接不上MySQL 连接字符串是: Data Source = 127.0.0.1;Database = test1;UserID=root;password=123456;pooling=true;port=3306;sslmode=none;Charset=ut…
2021/7/30 19:37:22 人评论 次浏览 -
MySql_DBHelper
public class DBHelper{//System.Data.SqlClient//Dapper//Newtonsoft.Json/// <summary>/// 查询List集合/// </summary>/// <typeparam name="T"></typeparam>/// <param name="sql"></param>/// <returns&…
2021/6/1 19:22:21 人评论 次浏览 -
DBHelperMySQL
using System;using System.Collections;using System.Collections.Specialized;using System.Data;using System.Configuration;using System.Data.Common;using System.Collections.Generic;using MySql.Data.MySqlClient; namespace APPlications.Manages.DAL{ publ…
2021/5/8 19:25:20 人评论 次浏览