mysql查看工具——mysql profiler sql

Posted tangge

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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"
}

以上是关于mysql查看工具——mysql profiler sql的主要内容,如果未能解决你的问题,请参考以下文章

Mysql自带profiling性能分析工具

mysql show profiles 性能跟踪诊断工具

Mysql自带profiling性能分析工具使用分享

mysql sql执行计划

mysql性能分析-------profiling和explain

MySQL性能分析工具之PROFILE