From f661405d2ef13064815dcd8572fa44c7c2456864 Mon Sep 17 00:00:00 2001 From: Luck Date: Thu, 20 Dec 2018 17:31:55 +0000 Subject: [PATCH] Updated Storage system errors (markdown) --- Storage-system-errors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Storage-system-errors.md b/Storage-system-errors.md index 2aaf295..91b561a 100644 --- a/Storage-system-errors.md +++ b/Storage-system-errors.md @@ -89,9 +89,9 @@ ___ ### MySQL "No operations allowed after connection closed" error If you get an error similar to: -> me.lucko.luckperms.lib.hikari.pool.PoolBase - luckperms - Failed to validate connection com.mysql.jdbc.JDBC4Connection@xxxxxxx (No operations allowed after connection closed.) +> me.lucko.luckperms.lib.hikari.pool.PoolBase - luckperms-hikari - Failed to validate connection me.lucko.luckperms.lib.mysql.jdbc.JDBC4Connection@xxxxxxx (No operations allowed after connection closed.) -> me.lucko.luckperms.lib.hikari.pool.PoolBase - luckperms - Failed to validate connection me.lucko.luckperms.lib.mariadb.MariaDbConnection@xxxxxxx (xxx cannot be called on a closed connection) +> me.lucko.luckperms.lib.hikari.pool.PoolBase - luckperms-hikari- Failed to validate connection me.lucko.luckperms.lib.mariadb.MariaDbConnection@xxxxxxx (xxx cannot be called on a closed connection) ... you need to modify the `maximum-lifetime` (LP config) and `wait_timeout` (MySQL config) settings.