[Zope-DB] ZEO Storage server with mysql
Charlie Clark
charlie@begeistert.org
Mon, 10 Feb 2003 13:52:29 +0100
On 2003-02-10 at 13:24:20 [+0100], PINATO Alessandro wrote:
> Hello,
>
> I want to use mysql as Storage Server with ZEO.
>
> Can anyone help me?
Google? ;-)
Andrew Kuchling wrote a nice introduction to
both:http://www.amk.ca/zodb/zodb-zeo.html
The rest should be fairly straightforward.
I don't know if there is an MySQL storage or whether you have to write your
own based on OracleStorage. As I think ZODB does it's transactions
independet of the storage I think using MySQL should be okay.
Charlie