[Zope-DB] How to export data from ZODB to MYSQL
Jonathan
dev101 at magma.ca
Sun Feb 25 11:28:41 EST 2007
<snip>
----- Original Message -----
From: Win Myint Aung
To: zope-db at zope.org
Sent: Sunday, February 25, 2007 10:43 AM
Subject: [Zope-DB] How to export data from ZODB to MYSQL
I am a newbie in Zope. Now I am looking for the ways to export data from
ZODB to MYSQL.
please do me a favor.
</snip>
If you already have objects stored in the ZODB and want to move them to
mysql, you could write an external method that accesses objects in the ZODB
and writes the necessary fields/records into a file on the filesystem (then
you can use the mysql command 'load data infile...' to populate a mysql
table).
Jonathan
More information about the Zope-DB
mailing list