MySQL Embedded Backup and Restore

Forum related to MySQL

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
easd1327
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 06.08.2008, 18:09

MySQL Embedded Backup and Restore

Post by easd1327 »

Hi,

How can I Backup and Restore a MySQL Embedded with the mysql and mysqldump?

Thanks a lot

sorry my bad English

Samantha
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Try to use the SELECT ..... INTO OUTFILE syntax. (Using TZConnection.ExecuteDirect or TZQuery.ExecSQL, not ZQuery.open.)

Using mysqldump or mysql will not work, as far as I know.
I believe these tools don't use libmysql.dll. If I'm wrong and they do use the shared library, you can try to use these tools with the dll replaced by the embedded server dll.

Mark
Image
easd1327
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 06.08.2008, 18:09

Post by easd1327 »

mdaems wrote:Try to use the SELECT ..... INTO OUTFILE syntax. (Using TZConnection.ExecuteDirect or TZQuery.ExecSQL, not ZQuery.open.)
Thanks a lot, practical and usefull
aigartua
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 18.04.2009, 19:20
Location: Computer Systems Engineer

Espero te sirvan estos procedimientos

Post by aigartua »

Hola Samanta checa el siguiente post, espero te ayude:

http://zeos.firmos.at/viewtopic.php?t=2329
Post Reply