I have a database which is around 6gb. May I know which is the better way to backup my database?
1. Copy the MySQL data directory to create a backup
or
2. mysqldump?
I'm just worried that zipping up the data directory will make the MySQL hang as I'm goin to zip a big directory. But using mysqldump, will it consume many server resources?
Guide needed from you all... thanks a lot...
1. Copy the MySQL data directory to create a backup
or
2. mysqldump?
I'm just worried that zipping up the data directory will make the MySQL hang as I'm goin to zip a big directory. But using mysqldump, will it consume many server resources?
Guide needed from you all... thanks a lot...