Re: [Zope-dev] How to install a ZEORaid storage.....

2010-12-10 Thread Alan Runyan
 I am new to MySQL and relStorage. I am not sure whether this is the
 right place to ask this question or not.
 I used relStorage with mySQL cluster. But MySql cluster replicates the
 tables only with engine=ndbcluster, while relStorage creates tables
 having engine=InnoDB. I manually altered the tables engine from InnoDB
 to ndbcluster, but after doing this relStorage throws exception,
 object_state table should have engine=InnoDB, it has engine
 =ndbcluster. Do anyone have any idea about to make mysql cluster
 working with relStorage.

do not use ndbcluster engine.
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] How to install a ZEORaid storage.....

2010-12-10 Thread Alan Runyan
 what are other options for mysql database redundancy on windows ?

http://dev.mysql.com/doc/refman/5.0/en/innodb-and-mysql-replication.html

use the google, luke
mysql replication innodb
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] How to install a ZEORaid storage.....

2010-12-08 Thread Sanjay Rao
Hi All,

I am new to MySQL and relStorage. I am not sure whether this is the 
right place to ask this question or not.
I used relStorage with mySQL cluster. But MySql cluster replicates the 
tables only with engine=ndbcluster, while relStorage creates tables 
having engine=InnoDB. I manually altered the tables engine from InnoDB 
to ndbcluster, but after doing this relStorage throws exception, 
object_state table should have engine=InnoDB, it has engine 
=ndbcluster. Do anyone have any idea about to make mysql cluster 
working with relStorage.

Thanks  Regards,

-- 
Sanjay Rao
Digital Media Group, Interra Systems
s...@interrasystems.com
Phone: +1-408-873-1212
http://www.interrasystems.com

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )