Jump to content

MYSQL Backup


jaymc

Recommended Posts

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 IE

Looking for a script or ssh command to get this done

Needs to go from version 5 to version 4.1 so it imports ok
Link to comment
https://forums.phpfreaks.com/topic/32894-mysql-backup/
Share on other sites

[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.html

Take a look might have more of what you're looking for.

Link to comment
https://forums.phpfreaks.com/topic/32894-mysql-backup/#findComment-153148
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.