Lamez Posted October 26, 2008 Share Posted October 26, 2008 Is it possible to dump all the info in one database, then put it into another database? I have my own server, and I want to make backups from my webhost to my personal server. Link to comment https://forums.phpfreaks.com/topic/130147-solved-is-this-possiable/ Share on other sites More sharing options...
mtylerb Posted October 26, 2008 Share Posted October 26, 2008 Using phpMyAdmin on web server ->export the database to a file Afterwards on phpMyAdmin on local server ->import the database from the above file Does that not work? Link to comment https://forums.phpfreaks.com/topic/130147-solved-is-this-possiable/#findComment-674883 Share on other sites More sharing options...
Lamez Posted October 26, 2008 Author Share Posted October 26, 2008 Well, I want to write a php script to do it for me, so all I have to do is call the script. Link to comment https://forums.phpfreaks.com/topic/130147-solved-is-this-possiable/#findComment-674887 Share on other sites More sharing options...
trq Posted October 26, 2008 Share Posted October 26, 2008 Take a look at mysqldump. Link to comment https://forums.phpfreaks.com/topic/130147-solved-is-this-possiable/#findComment-674889 Share on other sites More sharing options...
Lamez Posted October 26, 2008 Author Share Posted October 26, 2008 thanks thorpe again, I will have to read this tomorrow, or later today it is 3am in the morning here... Link to comment https://forums.phpfreaks.com/topic/130147-solved-is-this-possiable/#findComment-674891 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.