serverman Posted May 15, 2008 Share Posted May 15, 2008 ok i set up a new testing server. i went from windows xp with apache, php, mysql(wamp) to freebsd, apache, php, mysql(famp? lol) ok here is what i need to know. how do i get mysql5.1(unix) to download all the databases and tables off mysql5.0(windows) Link to comment https://forums.phpfreaks.com/topic/105820-transfering/ Share on other sites More sharing options...
beebum Posted May 16, 2008 Share Posted May 16, 2008 Push, don't pull. C:\>mysqldump -u user -p password db | mysql -h host -u user -p password db Link to comment https://forums.phpfreaks.com/topic/105820-transfering/#findComment-542816 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.