Hi guys,
When i importing from phpbb3 to flarum i have errors:
Wrong SQL: INSERT INTO users (id, username, email, password, join_time, is_activated) VALUES ( '4009', 'x', 'x', 'x', '2016-12-14 15:57:11', 1) Error: Table 'flarumbeta5.users' doesn't exist
my config:
$servername = "localhost";
$username = "AgostSan";
$password = "MY_PASS:)";
$exportDBName = "phpbb3";
$importDBName = "flarumbeta5";
it looks as if the flarumbeta5.users' doesn't exist:
https://i.imgur.com/WVMYhG2.png
What am I doing wrong?