Hi there,
mysqldump over network is working just fine like the following.
mysqldump -ukzu -p jokes | mysql -h 192.168.1.190 -ukzu -p jokes
I was wondering how I would copy a table in "jokes" instead of the whole db. Say if my table name was named "people" in the jokes table.
Thanks!
mysqldump over network is working just fine like the following.
mysqldump -ukzu -p jokes | mysql -h 192.168.1.190 -ukzu -p jokes
I was wondering how I would copy a table in "jokes" instead of the whole db. Say if my table name was named "people" in the jokes table.
Thanks!