mysql查看工具——mysql profiler sql

时间:2023-03-09 03:51:47
mysql查看工具——mysql profiler sql

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"
}