mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-27 05:48:32 +08:00
MySql
This commit is contained in:
13
Src/Asp.NetCore2/SqlSeverTest/MySqlTest/Config.cs
Normal file
13
Src/Asp.NetCore2/SqlSeverTest/MySqlTest/Config.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OrmTest
|
||||
{
|
||||
public class Config
|
||||
{
|
||||
public static string ConnectionString = "Database=SqlSugar4xTest;Data Source=127.0.0.1;User Id=root;Password=root;pooling=false;CharSet=utf8;port=3306";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user