定時demo連線資料庫時報錯

2021-09-11 07:53:11 字數 388 閱讀 3678

有需求使用定時任務,定時從介面中獲取資料,存到本地資料庫。

寫好了demo,在分配時間後也沒有測試。直接就放到伺服器上了,結果第二天檢視時,發現資料不全。

本地試了一下,發現出現了錯誤。

我也照著試了下,發現還是不行。

網上都說主要改這兩個引數。

wait_timeout = 172800

interactive-timeout = 172800

我改了後發現,沒用。結果我發現是我改到了別的伺服器的資料庫上。

(很尷尬)...

不過也順便看了挺多,發現不光linux伺服器上面的需要修改,專案中配置執行緒池中的

也需要加上相關的配置.
也順便證實了資料庫的空閒時間預設是2分鐘(120000毫秒值)。

使用 nodejs 連線資料庫時報錯

使用nodejs做後端連線資料庫時,連線資料庫報錯如下 throw err rethrow non mysql errors error er not supported auth mode client does not support authentication protocol reques...

GoLand 連線資料庫報錯

goland 連線資料庫報錯 server returns invalid timezone.go to advanced tab and set servertimezone property manually。這是時區servertimezone設定的問題 修改本地資料庫分割槽 1 進入命令視窗...

Navicat連線資料庫MySQL報錯2059

mysql8 之前的版本中加密規則是mysql native password,而在mysql8之後,加密規則是caching sha2 password,解決問題方法有兩種 第二 是把mysql使用者登入密碼加密規則還原成mysql native password 首先,檢視所有使用者。selec...