I want to know what the command is that I can run in the shell to find out if Federation is enabled on a MySQL server or not?
Thanks.
I want to know what the command is that I can run in the shell to find out if Federation is enabled on a MySQL server or not?
Thanks.
Login to mysql server and do
SHOW ENGINES\G
, this it what it says on one of my mysql servers: