Re: [Zope-DB] How to export data from ZODB to MYSQL

2007-02-25 Thread Win Myint Aung
I want to export Zwiki contents from ZODB to MYSQL. Thanks

Aung

- Original Message 
From: Maciej Wisniowski <[EMAIL PROTECTED]>
To: Win Myint Aung <[EMAIL PROTECTED]>
Cc: zope-db@zope.org
Sent: Sunday, February 25, 2007 11:24:39 PM
Subject: Re: [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.
What is your use case? In general there are two possibilities:
1. You want to use standard relational database connectivity mechanisms
like described in zope book (look at relational database connectivity
at http://www.plope.com/Books/2_7Edition/)

2. You want to use MySQL instead of ZODB (alternative storage)

So, what do you want to do?

-- 
Maciej Wisniowski


 

Need a quick answer? Get one in minutes from people who know.
Ask your question on www.Answers.yahoo.com___
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db


Re: [Zope-DB] How to export data from ZODB to MYSQL

2007-02-25 Thread Jonathan



- Original Message - 
From: Win Myint Aung

To: zope-db@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.


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 


___
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db


Re: [Zope-DB] How to export data from ZODB to MYSQL

2007-02-25 Thread Maciej Wisniowski
> 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.
What is your use case? In general there are two possibilities:
1. You want to use standard relational database connectivity mechanisms
like described in zope book (look at relational database connectivity
at http://www.plope.com/Books/2_7Edition/)

2. You want to use MySQL instead of ZODB (alternative storage)

So, what do you want to do?

-- 
Maciej Wisniowski

___
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db