MySQL Forums
Forum List  »  Federated Storage Engine

Enable federated on RHEL
Posted by: Paolini Julia
Date: February 12, 2010 02:35AM

Hi everybody,

I am trying to enable FEDERATED engine on MySQL 5.0.77 on RHEL5.4. I read the documentation:

--- Beginning with MySQL 5.0.64, the FEDERATED storage engine is not enabled by default in the running server; to enable FEDERATED, you must start the MySQL server binary using the --federated option ---

and start MySQL with the federated option (with no errors) but the show engine command still show me that FEDERATED is not supported (I made a test by creating a federated table to verify and it fails). If I compile MySQL with the --with-federated-storage-engine option, no problems, I can create FEDERATED table without any problems.

Did I misunderstood the documentation? Am I obligated to compile?

Many thanks!!

Options: ReplyQuote


Subject
Views
Written By
Posted
Enable federated on RHEL
7455
February 12, 2010 02:35AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.