diff --git a/Storage-system-errors.md b/Storage-system-errors.md index 0c79aa2..0270387 100644 --- a/Storage-system-errors.md +++ b/Storage-system-errors.md @@ -89,7 +89,9 @@ ___ ### MySQL "No operations allowed after connection closed" error If you get an error similar to: -> com.zaxxer.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 - Failed to validate connection com.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) ... you need to modify the `maximum-lifetime` setting in the 'pool-settings' section, within "Storage", in the LuckPerms config file.