Showing posts with label How to Enable Federated Engine in MySQL 5.0 Windows. Show all posts
Showing posts with label How to Enable Federated Engine in MySQL 5.0 Windows. Show all posts

Thursday, October 27, 2011

MySQL: Enable Federated Engine in MySQL 5.0 Windows

Step 1:

go to C:\Program Files\MySQL\MySQL Server 5.0

Step 2:
open the file my.ini

just put federated after [mysqld] and save the file.

Step 3:

restart MySQL server and type command SHOW ENGINES .

Step 4:

You will see a value  'YES' in Support column for engine FEDERATED.