Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-19323

Unable to install file_key_management under [mariadb] section

    XMLWordPrintable

Details

    Description

      File Key management plugin was not loading when under [mariadb] but worked under [mysqld]

      Does not work:

      [mariadb]
      plugin_dir=/usr/lib64/mysql/plugin
      plugin_load_add=file_key_management.so
      

      Works:

      [mysqld]
      plugin_dir=/usr/lib64/mysql/plugin
      plugin_load_add=file_key_management.so
      

      Error Log:

      2019-04-24 11:34:31 0 [ERROR] InnoDB: cannot enable encryption, encryption plugin is not available
      2019-04-24 11:34:31 0 [ERROR] Plugin 'InnoDB' init function returned error.
      2019-04-24 11:34:31 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
      190424 11:34:31 server_audit: MariaDB Audit Plugin version 1.4.4 STARTED.
      190424 11:34:31 server_audit: logging started to the syslog.
      2019-04-24 11:34:31 0 [ERROR] /usr/sbin/mysqld: unknown variable 'file_key_management_filename=/etc/mysql/keyfile.txt'
      2019-04-24 11:34:31 0 [ERROR] Aborting
      

      Attachments

        Activity

          People

            GeoffMontee Geoff Montee (Inactive)
            manjot Manjot Singh (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.