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) Quote Link to comment 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 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.