MySQL Forums
Forum List  »  Newbie

error when importing bank
Posted by: Juliano juliano
Date: April 18, 2016 06:47AM

Hi, guys!


I exported a bank using phpmyadmin

This problem occurs when I import an empty seat. This accusing this error:

#begin
ALTER TABLE ` people`
ADD PRIMARY KEY ( ` id` ) , KEY ` ADD id_usuario` ( ` id_usuario` ) , ADD KEY ` data` ( ` data` )
Messages MySQL : Documentation

# 1068 - Multiple primary key defined

#--end


In the original database , use the system quiet and not of any error

But when I imported this bank , these errors occur in the import and my system does not work .

Will be some configuration import ?

Or you have any extra configuration to export?
thanks

Options: ReplyQuote


Subject
Written By
Posted
error when importing bank
April 18, 2016 06:47AM
April 18, 2016 11:02PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.