Topic: Table 'micrors_adrenalinedbc.users' doesn't exist

I try to move your forums in a new server, and i have this error... i don't understand...

My config is :

$db_type = 'mysql';
$db_host = 'xxx.xx.xx.xx';
$db_name = 'micrors_adrenalinedbc';
$db_username = 'xxx';
$db_password = 'xxx';
$db_prefix = '';
$p_connect = false;

Complete error message :
File: /alternc/html/m/micrors/adrenalinedbc.ca/forums/include/functions.php
Line: 110

PunBB reported: Unable to fetch guest information

Database reported: Table 'micrors_adrenalinedbc.users' doesn't exist (Errno: 1146)

Can you help me please, it's probably a little error... thx

Re: Table 'micrors_adrenalinedbc.users' doesn't exist

It sounds like you didn't move the users table

Re: Table 'micrors_adrenalinedbc.users' doesn't exist

mybb_users
or
pbb_users


or u have a table "users" ?

Re: Table 'micrors_adrenalinedbc.users' doesn't exist

PunBB's tables have names like users, posts, etc. You can set a db_prefix (set in config.php) which is prepended to table names, allowing for multiple installs in one database. So, if pbb_users is your PunBB users table, you need to edit your config.php file and set $db_prefix to pbb_