mysqldump --compact --no-create-info -h192.168.150.180 -uroot -p live pnlbus_stops | sed s/pnlbus_stops/bus_stops/g | mysql test
I am getting an error:
put
set FOREIGN_KEY_CHECKS = 0;
at the top of your dump file
and put
SET FOREIGN_KEY_CHECKS = 1;
at the bottom of your dump file