gogf / gf-demo-user

A simple user API service.

Home Page:https://goframe.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

连接MYSQL数据库 bad connection 和invalid connection

code-cutter opened this issue · comments

2021-01-10 03:43:12.972 [ERRO] [252150 ms] [default] SELECT 语句
Error: bad connection

数据库的连接配置

Database.

[database]
link = "************************************************"
maxLifetime = 5 #"(可选,单位秒)连接对象可重复使用的时间长度"
maxIdle = 0 #"(可选)连接池最大闲置的连接数"
maxOpen = 100 #"(可选)连接池最大打开的连接数"
debug = true
# Database logger.
[database.logger]
Path = "/tmp/log/gf-lanbo/sql"
Level = "ERRO"
Stdout = true

一天大概会出现两三次 这样的情况