MyBB Community Forums

Full Version: TO Import DB File >
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
No.

This morning i was working to upgradde my mybb 1.1.8 to 1.2.0.
Our turkish people made ugly video. I cant understood anything.
He didnt say, " when you are upgrading, dont use config and
settings .php." So, i made a mistake.

I had to remove the forum and install again.

I installed new DB set in My database. So 2 different DB s appeared.
__mybb_thread and mybb_thread
Im trying to other error names ok ?
Im makink users now. Hope Users wont owrited Big Grin

CREATE TABLE __mybb_users (
title varchar(50) NOT NULL default '',
cache mediumtext NOT NULL default '',
PRIMARY KEY(title)
) TYPE=MyISAM;
That isn't the structure for the users table.

You should re-install again because it seems to me you're missing a whole lot of MyBB tables.
CasTexx Wrote:Kardes 2 mizde türküz bigdump nasil yapilir bir izah edermisin MTR de goremedim

This is an english forum in case you haven't noticed.

BigDump: http://www.ozerov.de/bigdump.php
Change $config['tableprefix'] = '__mybb_'; to $config['tableprefix'] = 'mybb_'; in your config.php
Thank you.
Used and succesfulled about 2 hours ago. Wink

<<snip>>
Thanks... but errors occuring

http://www.forumistan.net/index.php
Not safe posting the url to your bigdump as there is a link to "import" there.
You didn't update your config.
Dropped all the table of __mybb_
Mission Completed.

But i cannot import my xml theme backup
Whats your error?
Pages: 1 2 3 4