phpBB3 importer: Make it harder to set wrong table prefix

This commit is contained in:
Gerhard Schlager 2016-08-19 21:40:07 +02:00
parent 5569afc48b
commit b79eef32e7
No known key found for this signature in database
GPG Key ID: 7DACA3C95B36014B
1 changed files with 1 additions and 1 deletions

View File

@ -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: