Skip to content

Instantly share code, notes, and snippets.

@ayel07
Last active December 13, 2020 23:29
Show Gist options
  • Save ayel07/8a0bf8dd03b8e7ab5a607d2bcf16d133 to your computer and use it in GitHub Desktop.
Save ayel07/8a0bf8dd03b8e7ab5a607d2bcf16d133 to your computer and use it in GitHub Desktop.
Setup federated engine (federatedx) on Maria DB 10.4.13

SETUP FEDERATED ENGINE (FederatedX) for MARIADB 10.4.13 under XAMPP FOR WINDOWS

https://mariadb.com/kb/en/about-federatedx/

  1. Download ZIP file of original package from MariaDB website.

    https://downloads.mariadb.org/mariadb/10.4.13/

  2. Extract files and copy contents from lib/plugin to xampp/mysql/lib/plugin. (Create lib and plugin folders if not present).

  3. Open console and login to mysql.

    mysql -u root -p
    install plugin federated soname 'ha_federatedx';
    show engines;
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment