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")