I want to create a table with a federated engine so that everytime there is a data change in the server1 table, change data in server2 will also take effect.
Unfortunately when I try to create a table with federated engine this was the error #1286 - Unknown storage engine 'FEDERATED'
I search as many as I can on how to install or enable Federated storage engine in phpmyadmin xampp but to no avail I did not find a solution.
I need to have a Federated storage engine in my xampp [List of storage engine available in my phpmyadmin ]
These are the solutions I searched but did not worked for me
- Put "federated" in the my.ini file under the [mysqld]
- Downloaded ha_federated.dll located at C:\xampp\mysql\lib\plugin\
- Install plugin federated soname 'ha_federated.so'
- 'ha_federated.dll'
- 'ha_federatedx.dll'
- 'ha_federatedx.so'
- All same errors
#1126 - Can't open shared library 'C:\xampp\mysql\lib\plugin\ha_federated.dll' (errno: 2, The specified module could not be found.)
- All same errors
Does anyone know the solution to this problem I'm encountering?
UPDATE
MySQL returned an empty result set
select * from information_schema.engines where engine="federated"