Porting drupal's database to MySQL Cluster possible?
Hi guys, my organization is running a MySQL Cluster 7.x. I have been quite comfortable to port some of our MySIAM type tables to MySQL Cluster's NDB type.
I found that drupal uses innoDB, so I am wondering if it's possible to port it to NDB type?
FYI, MYSQL Cluster NDB doesn't support few things in innoDB include foreign key constraints.
http://dev.mysql.com/doc/refman/5.0/en/faqs-mysql-cluster.html
Any opinion will be welcomed.
Derrick
Read moreRunning Drupal in MySQL Cluster (NDBCLUSTER)
Update: I figured out the many steps to running Drupal in a MySQL Cluster and you can find them here: http://www.coderintherye.com/drupal-mysql-cluster-ndbcluster-high-availability
Hi guys. I'm trying to run Drupal on a MySQL cluster. I know the docs have been updated to show this is not supported, but looks like some of you guys have got it going. I've been documenting what I have been doing and hope to post up info when done, as info on this is a bit scarce.
Read more