From c0869f654d6fb1af046cfae6828e134c9beb211b Mon Sep 17 00:00:00 2001 From: ruan Date: Sat, 30 Nov 2019 14:55:10 +0200 Subject: [PATCH] Update tables-not-found.php --- error/tables-not-found.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/error/tables-not-found.php b/error/tables-not-found.php index 0e193c9..10cfb0e 100644 --- a/error/tables-not-found.php +++ b/error/tables-not-found.php @@ -24,8 +24,9 @@ - Check that LiteBans has successfully connected to a MySQL database using /litebans info
- - Ensure that the plugin is using the MySQL driver (driver: MySQL in config.yml) to - connect to the database. + - Ensure that the plugin is using the MySQL driver to connect to the database. + (In config.yml, replace + "driver: H2" with "driver: MySQL")