niranjana06 Posted August 25, 2014 Share Posted August 25, 2014 hello I wanna replicate one table in a database test(in localhost-master) to another database table(slave) on remote server(on the internet) in godaddy.com. I was really tried my best to make it work. but it doesn't seems to be working. I red the MySQL documentation as well. database name- test master table - attendance -on the localhost(127.0.0.1) slave table - attendance - on the internet(godaddy 184.x.x.x) I want to copy data from my attendance table on the localhost to slave table on the internet. Please help me to configure these settings. Thank you Link to comment https://forums.phpfreaks.com/topic/290634-mysql-replication-with-localserver-to-remote-server/ Share on other sites More sharing options...
fastsol Posted August 25, 2014 Share Posted August 25, 2014 You just need to use the "export" button in the menu to create a sql file that you can then "import" in to the new database and it will build everything the same. Link to comment https://forums.phpfreaks.com/topic/290634-mysql-replication-with-localserver-to-remote-server/#findComment-1488854 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.