MySQL Forums
Forum List  »  Replication

Host Replication problem??
Posted by: denpsia
Date: October 30, 2005 08:34PM

Hi Everybody,
I am having problem transfering data from server to local mySQL database. The server is not on same place. There is no records inserted on server. The "table1.sql" is created locally. How can I fix this to make it work? Thanks.


Inside Sync.bat file:

mysqldump --host=localhost --user=guest --password=guest testdb table1 > table1.sql

mysql --host=200.200.3.200\192.168.50.200 --user=test --password=test testdb < table1.sql


denpsia

Options: ReplyQuote


Subject
Views
Written By
Posted
Host Replication problem??
2478
October 30, 2005 08:34PM
1809
October 30, 2005 08:55PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.