On 2012-04-02 , at 09:41 , Bradley Giesbrecht wrote: > > This appears to work. > > /opt/local/etc/mysql55/my.cnf > ... > [mysqld] > plugin-load = federated=ha_federated.so > federated
Yes, that works. This works as well from a properly privileged database user mysql -e "INSTALL PLUGIN federated SONAME 'ha_federated.so'" -u db-user -p now the plugin is in the list of plugins which can be enabled via the configuration file. Thanks! p.s. make sure you run 'mysql_upgrade' after installing mysql55 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
