MySQL has several storage engines where info is kept and if you want to implement MySQL cluster you MUST use the dedicated storage engine that provides de HA solution, ndbcluster.
If you have the cluster setup, you could try to use ALTER commands but it's not recommended...It's better you change the engine parameter in the MySQL creation scripts to use the MySQL cluster features. Hope it helps, Samuel. 2008/3/10, Antonio Reale <[EMAIL PROTECTED]>: > > 2008/3/6, Henning Westerholt <[EMAIL PROTECTED]>: > > > > > > i think that you can't use MyISAM if you want to use MySQL cluster. But > > for > > information about setting this you should consult the MySQL > > documentation, > > there is also a cluster FAQ available. > > > Probably I can use MyISAM, but tables using this engine are not clustered. > Thanks. > > Regards, > Antonio. > > _______________________________________________ > Users mailing list > [email protected] > http://lists.openser.org/cgi-bin/mailman/listinfo/users > >
_______________________________________________ Users mailing list [email protected] http://lists.openser.org/cgi-bin/mailman/listinfo/users
