http://www.profilesql.com/download/
開發同學的福利--mysql監控工具sqlprofiler,類似sqlserver的profiler工具
https://www.cnblogs.com/wucj/p/7152020.html
字符串配置
一直連接不上,在連接字符串后面追加SSLMode=none即可。
{
"ConnectionString": "Server=localhost;Port=4040;Database=leavesample;Uid=root;Pwd=123456;SslMode=none",
"IdentityUrl": "http://localhost:5105",
"UseCustomizationData": false,
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Trace",
"System": "Information",
"Microsoft": "Information"
}
},
"AzureServiceBusEnabled": false,
"SubscriptionClientName": "Sample",
"GracePeriodTime": "1",
"CheckUpdateTime": "30000",
"ApplicationInsights": {
"InstrumentationKey": ""
},
"EventBusRetryCount": 5,
"EventBusConnection": "127.127.127.127",
"EventBusUserName": "admin",
"EventBusPassword": "1234"
}