Patrice Olivier-Wilson wrote:
I have data I need to keep in both db.... just trying to merge.
There's two ways around this:

First is to not export the structure (uncheck structure). The second is to export with "if not exists". This should (IIRC) do a create table if not exists, so it'll do what you're wanting to do.

Do you have any primary keys/auto increment columns that are going to overlap or anything like that?

Cheers,

Gary

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to