Avatar of codequest
codequest
 asked on

phpmyadmin import

I have two mysql db's on a hosted linux site, "db1" and "db2".  They are both Tikiwiki MySql DB's.  I have used phpmyadmin to "export" download db1.   I want to "import" db1 to overwrite db2.  I select db2 in my phymyadmin control panel, then Import > Browse to db1 > GO.   I get the message below.

What else might I do to upload and overwrite db2 with db1?
Error
SQL query: 
 
--
-- Dumping data for table `tiki_actionlog`
--
INSERT INTO `tiki_actionlog` ( `actionId` , `action` , `lastModif` , `object` , blah blah blah
 
MySQL said:  
 
#1062 - Duplicate entry '1' for key 1

Open in new window

MySQL Server

Avatar of undefined
Last Comment
codequest

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Umesh

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
codequest

ASKER
Worked, but didn't seem to import all the tables properly.   Separate problem, though.  Thanks!
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck