mysql - load data infile -


i don't know how fix warrning.

enter image description here

i try ignore, in vain.

    create table medici ( id_m int auto_increment primary key,                        nume varchar(100) unique,                       prenume varchar(100) unique,                       statut enum('primar','specialist'),                       specialitate varchar(50)                        ); 

while loading data table, there 2 same values nutu exist column prenume. column prenume defined unique.

correct data , try loading data table.


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

Laravel mail error `Swift_TransportException in StreamBuffer.php line 269: Connection could not be established with host smtp.gmail.com [ #0]` -

c# SetCompatibleTextRenderingDefault must be called before the first -