MySQL DUMP with large base mto (BLOBs)

1

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.

    
asked by anonymous 08.11.2017 / 19:33

0 answers