forumu farklı domain adresine taşıdım.. fakat sql hatası alşıyorum...

taşıdığım adres www.forum.islamiseviyorum.com

aldığım sql hatası

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1146 - Table 'islam_forumu.mybb_users' doesn't exist
Query:
SELECT u.*, f.* FROM mybb_users u LEFT JOIN mybb_userfields
 f ON (f.ufid=u.uid) WHERE u.uid='1' LIMIT 1

................................................................................

SQL Error:
1146 - Table 'islam_forumu.islam_datacache' doesn't exist

Query:
SELECT title,cache FROM islam_datacache

arkadaşlar benim ne yapmam gerek yardım edin


sql den aldığım yedeği tekrar yükledim aşağıdaki hata verdi

Hata
SQL sorgusu:

-- MyBB Database Backup
-- Generated: 17th September 2012 at 13:28
-- -------------------------------------
CREATE TABLE  `mybb_adminlog` (

`uid` INT( 10 ) UNSIGNED NOT NULL DEFAULT  '0',
`ipaddress` VARCHAR( 50 ) NOT NULL DEFAULT  '',
`dateline` BIGINT( 30 ) NOT NULL DEFAULT  '0',
`module` VARCHAR( 50 ) NOT NULL DEFAULT  '',
`action` VARCHAR( 50 ) NOT NULL DEFAULT  '',
`data` TEXT NOT NULL ,
KEY  `module` (  `module` ,  `action` )
) ENGINE = MYISAM DEFAULT CHARSET = utf8;

MySQL çıktısı: 

#1050 - Table 'mybb_adminlog' already exists