5 Mar
2003
5 Mar
'03
3:09 p.m.
On Wed, Mar 05, 2003 at 03:42:44PM +0100, Sorin Marti wrote:
Hi all,
I don't get that... Where does Zope store all the files?
This is a frequently asked question, but I don't know of an actual FAQ to point you to :( By default zope puts all your data in var/Data.fs in your zope installation directory. this location varies depending on how you installed zope. It's an object database, the objects in zope are not files.
Is ist possible to say Zope where it should keep my files? Where is the database stored?
see above.
Can I connect to the Zope database with a mysql-client?
no. it's an object database, not a relational database. -- Paul Winkler http://www.slinkp.com