I need to make a DUMP from a giant base, it has more than 500,000 PDFs loaded into it in a BLOB field. > Is it possible to do a DUMP from such a database and restore it without any problems? If yes, how? Do you have any details?
I tried to do it conventionally: mysqldump --user=root -p --host=localhost --result-file=arquivo.000 banco
, but it did not work, the generated file gets corrupted.
Hj is on a Windows server and I will restore it on a Linux server.