Configuring the MariaDB Server

To configure the MariaDB server to connect with KeyControl Vault for Databases, you will need to install the entrust_key_management.so plugin. This plugin is included in the KeyControl package and is automatically deployed in the same directory as the Policy Agent.

  1. Log in to MariaDB using the following command:  mariadb

    If you want to log in using a specific user, user the following command:    mariadb -u <user_name> -p

  2. Run the following MariaDB query to install the plugin: INSTALL SONAME 'entrust_key_management';