I have two tables with the same structure on different sites. I want to get all the data from one and add it to the other. Can someone point me to a tutorial? edit: i have myphpadmin - I imagine I can do some sort of export from database and use the sql tab to do some sort of import. Just what though I do not know
you can export to many formats and then you can import into the new database. it should be fairly straight forward.
If you have cPanal installed then, http://domain.com:2082/getsqlbackup/database.sql.gz Blue = Your domain name Red = The name of your database Or just goto http://domain.com:2082/frontend/x2/backup/index.html Download your backups, And then upload them on different server/host/database Shane
Will changing the unique ID by combining the databases mess anything up? If it won't, you could probably just manually edit the output file, and do a batch replace to get rid of the IDs, so as long as your new database has the unique ID as a primary key and auto_increment, it will just assign them new ID values in line with your current values.