Hello, I'm a newbie on FreeBSD. I hope someone can give me at least some guidelines where to find information for the procedure of installing the Engine FEDERATED on mysql server.
I've been doing some research with google help, but not sure yet about the process.
We have a hosting that uses ezjail, our mysql version is 5.5.9 and when I run show engines displays:
I've been doing some research with google help, but not sure yet about the process.
We have a hosting that uses ezjail, our mysql version is 5.5.9 and when I run show engines displays:
Code:
+--------------------+---------+------------------------------------------------------------+--------------+------+------------+
| Engine | Support | Comment | Transactions | XA | Savepoints |
+--------------------+---------+------------------------------------------------------------+--------------+------+------------+
| InnoDB | DEFAULT | Supports transactions, row-level locking, and foreign keys | YES | YES | YES |
| PERFORMANCE_SCHEMA | YES | Performance Schema | NO | NO | NO |
| MRG_MYISAM | YES | Collection of identical MyISAM tables | NO | NO | NO |
| CSV | YES | CSV storage engine | NO | NO | NO |
| MyISAM | YES | MyISAM storage engine | NO | NO | NO |
| MEMORY | YES | Hash based, stored in memory, useful for temporary tables | NO | NO | NO |
+--------------------+---------+------------------------------------------------------------+--------------+------+------------+