MySQL is a relational database. The ZODB behind Plone is an object database. You can migrate information from one to the other, but their isn't a set way to do it. You will need to decide on your object-relational mapping and then write scripts to make the move. Not impossible, but it will take some decent knowledge of Plone, Python and the ZODB.
Quoting Glauber Costa <[EMAIL PROTECTED]>: > I have a big database in MySQL and I want put all this data on a plone > database. > How can I do it. > > -- > Glauber Costa > Analista de Sistemas - DoctumTec > "When you don?t have walls, > You don?t need windows" _______________________________________________ Zope-DB mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope-db
