I am backing up a database whose size is about 190 GB. I want to back up the database to a local file. This is the command I am using:
mysqldump -u root -p tradeData > /db_backup/tradeData.sql
I have enough space on my machine. I tried a bunch of times and got no errors, but I am always getting a result file whose size is around 122GB.
Does anyone have experience with backing up large databases? My machine is a Linux one.