I have a broken mysql database, and I have another good witch with all tables and columns. How can I import only missing information into a broken database, is the witch in a good database? I mean tables, columns, and values โโthat are not saved.
I exported a good database, and when I try to import into a broken database, I get: # 1060 - Duplicate column name 'id_advice'
so I need to skip if repeating elements and continue adding only info witch does not exist
source share