pb with Tmybackup

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
[email protected]
Posts: 12
Joined: Tue 11 Oct 2005 14:03

pb with Tmybackup

Post by [email protected] » Fri 27 Mar 2009 14:46

hello when i tried to do Mybackup.backup; i ve got this error failed copying .frm file(errno 2)

what wrong

Thanks
David

[email protected]
Posts: 12
Joined: Tue 11 Oct 2005 14:03

Post by [email protected] » Fri 27 Mar 2009 14:55

That works but only if path is on the mysql server , is this possible to use a local path ?

thanks David

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 30 Mar 2009 06:35

The point is that TMyBackup works on the server side that greatly affects on performance. Therefore TMyBackup.Path is a path on the server to the folder where data files will be stored.

Post Reply