jaymc Posted January 4, 2007 Share Posted January 4, 2007 How can I backup a mysql database fit for a mysql 4.1 version that is running on a server with mysql 5 installed Ive tried to use phpmyadmin but it times out, ive never had it work for me. Tried in firefox and IELooking for a script or ssh command to get this doneNeeds to go from version 5 to version 4.1 so it imports ok Quote Link to comment https://forums.phpfreaks.com/topic/32894-mysql-backup/ Share on other sites More sharing options...
c4onastick Posted January 4, 2007 Share Posted January 4, 2007 [code]mysqldump --compatible=mysql40 --all-databases[/code]'mysqldump' is usually what I use for back-up, though I've never backed-up to a previous version. Just found that option here:http://dev.mysql.com/doc/refman/5.0/en/mysqldump.htmlTake a look might have more of what you're looking for. Quote Link to comment https://forums.phpfreaks.com/topic/32894-mysql-backup/#findComment-153148 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.