From b79eef32e7d1c5ea2fc1d7e860cf57df375b9599 Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Fri, 19 Aug 2016 21:40:07 +0200 Subject: [PATCH] phpBB3 importer: Make it harder to set wrong table prefix --- script/import_scripts/phpbb3/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/import_scripts/phpbb3/settings.yml b/script/import_scripts/phpbb3/settings.yml index e7160a4d8e..4fd15fc9d0 100644 --- a/script/import_scripts/phpbb3/settings.yml +++ b/script/import_scripts/phpbb3/settings.yml @@ -7,7 +7,7 @@ database: username: root password: schema: phpbb - table_prefix: phpbb_ # Usually all table names start with phpbb_. Change this, if your forum is using a different prefix. + table_prefix: phpbb_ # Change this, if your forum is using a different prefix. Usually all table names start with phpbb_ batch_size: 1000 # Don't change this unless you know what you're doing. The default (1000) should work just fine. import: