mysql backup restore suggestion

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
ivan
Forum User
Forum User
Posts: 52
Joined: Mon Aug 22, 2005 6:50 am

mysql backup restore suggestion

Unread post by ivan »

I'd like to make a full backup of one mysql i386 server:

/usr/bin/mysqldump -uusr -ppwd --single-transaction --all-databases > /home/dump.sql

and restore it on an x64 one.

Is it a safe operation or the best result will be a messy ?
What do you suggest to backup/restore databases ?
Post Reply