Gday.
I know very little about mysql so i am hoping someone can help. I have a nortel reporting server that streams call record data off a BCM phone system onto a mysql database. Anyway we have the data spread accross 2 servers and we need to merge them into one.
I have taken a backup of the old sql database by going mysqldump --port=3309 --add-drop-table CCRDB > c:\MySQL_BKP\CCRDB_Backup.sql
I now need to restore this backup to the new maching by going mysql –-port=3309 CCRDB < c:\MySQL_BKP\CCRDB_Backup.sql
My question is how can merge/restore this database onto the new machine without getting any duplicate entries
I know very little about mysql so i am hoping someone can help. I have a nortel reporting server that streams call record data off a BCM phone system onto a mysql database. Anyway we have the data spread accross 2 servers and we need to merge them into one.
I have taken a backup of the old sql database by going mysqldump --port=3309 --add-drop-table CCRDB > c:\MySQL_BKP\CCRDB_Backup.sql
I now need to restore this backup to the new maching by going mysql –-port=3309 CCRDB < c:\MySQL_BKP\CCRDB_Backup.sql
My question is how can merge/restore this database onto the new machine without getting any duplicate entries