WebEnh

.net7 mvc jquery bootstrap json 学习中 第一次学PHP,正在研究中。自学进行时... ... 我的博客 https://enhweb.github.io/ 不错的皮肤:darkgreentrip,iMetro_HD
  首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

mysql查看工具——mysql profiler sql

Posted on 2019-08-30 14:25  WebEnh  阅读(1115)  评论(0编辑  收藏  举报

目录(?)[+]

 

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