1
I need to make a DUMP of a giant base, it has more than 500.000 Pdfs files uploaded into it in a field BLOB.
It is possible to make a DUMP from such a base and restores it smoothly?
If yes, how to do it? Do you have any details?
I tried to do it the conventional way: mysqldump --user=root -p --host=localhost --result-file=arquivo.000 banco
, but it didn’t work, the generated file gets corrupted.
Hj is on a server Windows and I will restore it to a server Linux.