mirror of
https://github.com/discourse/discourse.git
synced 2025-03-24 02:45:33 +08:00
phpBB3 importer: Make it harder to set wrong table prefix
This commit is contained in:
parent
5569afc48b
commit
b79eef32e7
@ -7,7 +7,7 @@ database:
|
|||||||
username: root
|
username: root
|
||||||
password:
|
password:
|
||||||
schema: phpbb
|
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.
|
batch_size: 1000 # Don't change this unless you know what you're doing. The default (1000) should work just fine.
|
||||||
|
|
||||||
import:
|
import:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user