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"
}
 
分类: SQL - MySQL
原文地址:https://www.cnblogs.com/webenh/p/11434804.html