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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.