MyBB Community Forums

Full Version: deleted the hole thread :(((((
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
hey anoher question i installed the mybb 116 i try to import the backup database i had in php my admin i get this error

SQL query:

-- phpMyAdmin SQL Dump
-- version 2.8.2.4
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Sep 30, 2006 at 08:46 PM
-- Server version: 4.0.27
-- PHP Version: 4.4.2
--
-- Database: takya_mybboard
--
-- --------------------------------------------------------
--
-- Table structure for table mybb_adminlog
--
CREATE TABLE mybb_adminlog (

uid int( 10 ) unsigned NOT NULL default '0',
dateline bigint( 30 ) NOT NULL default '0',
scriptname varchar( 50 ) NOT NULL default '',
action varchar( 50 ) NOT NULL default '',
querystring varchar( 150 ) NOT NULL default '',
ipaddress varchar( 50 ) NOT NULL default ''
) TYPE = MYISAM ;



MySQL said:

#1050 - Table 'mybb_adminlog' already exists

[ Back ]
this new myybb i installed have another databse name not same with the old one
sajjad_h Wrote:MySQL said:

#1050 - Table 'mybb_adminlog' already exists
You have to delete the existing tables before you import your backup.
oh ok i just did that uploading it now see what happens
Michael83 is correct,

You have to remove the tables... BUT! if the Db is a different name, then create a Db using the 'old' "takya_mybboard"

And use that to re-install MyBB v.1.1.6, then delete those tables and upload the 1.1.6 Db you have saved to that Db...

In other words.. The new Db for 1.1.6 should be the same name as the 'old' database you have backed up.. Wink
Pages: 1 2