Re: Restore And Dump

2004-02-16 Thread Alex Greg
> Hello, > > I am running two instances of mysql. They both run on different boxes, not networked. > > Anyway, I have been developing on one machine, and trying to do a dump and keep the other box updated with Database changes. > > I have ran this from the dev box. > mysqldump --add-drop-table -u d

Restore And Dump

2004-02-16 Thread Scott Purcell
Hello, I am running two instances of mysql. They both run on different boxes, not networked. Anyway, I have been developing on one machine, and trying to do a dump and keep the other box updated with Database changes. I have ran this from the dev box. mysqldump --add-drop-table -u dbusername -p