Hi,
How can I Backup and Restore a MySQL Embedded with the mysql and mysqldump?
Thanks a lot
sorry my bad English
Samantha
MySQL Embedded Backup and Restore
Moderators: gto, cipto_kh, EgonHugeist
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
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
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