MyDump restore error

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Willo
Posts: 34
Joined: Thu 24 Aug 2006 18:29

MyDump restore error

Post by Willo » Fri 02 Dec 2011 18:55

Hi,

im trying to use mydump for backup / restore purposes, im able to create de sql script. But i can restore it without geting an "out of memory" error.

is there a solution for that?

im using mydac 3.55 in delphi 7

AndreyZ

Post by AndreyZ » Mon 05 Dec 2011 13:23

Hello,

We have fixed several bugs with the TMyDump component since MyDAC 3.55. Please try using the latest MyDAC version 7.1.3 and check if the problem persists.

Willo
Posts: 34
Joined: Thu 24 Aug 2006 18:29

Re: MyDump restore error

Post by Willo » Wed 15 Aug 2012 17:23

Im using MyDac ver. 7.1.4 and the error on that application is the same.

Any sugestions?

AndreyZ

Re: MyDump restore error

Post by AndreyZ » Thu 16 Aug 2012 05:32

Try using the TMyDump.BackupToFile method instead of the TMyDump.Backup method. TMyDump.BackupToFile dumps data directly to a file, when TMyDump.Backup dumps data to the TMyDump.SQL property (i.e. data is stored in the memory), which can cause the "Out of memory" error when working with huge amount of data.

Post Reply