MariaDB 在 AWS RDS 中安装 OQGRAPH 作为数据库引擎

MariaDB install OQGRAPH as DB Engine in AWS RDS

是否可以在 AWS RDS 实例上安装 OQGRAPH?如果是怎么办?

阅读安装指南:https://mariadb.com/kb/en/mariadb/installing-oqgraph/安装 OQGRAPH 需要对服务器具有管理员访问权限——这显然 RDS 不授予。

关于如何安装它有任何想法吗?

显然如果我只是 运行

INSTALL SONAME 'ha_oqgraph';

我收到以下错误消息:

Can't open shared library '/rdsdbbin/mariadb-10.0.24.R1/lib/plugin/ha_oqgraph.so' (errno: 2, cannot open shared object file: No such file or directory)

Unfortunately it is currently not available.

根据 AWS RDS documentation the only plugin currently available for the RDS MariaDB is the Audit Plugin, which was announced 几个月前的说法。

如果您仍想在 AWS 上使用 MariaDB,但您不必被迫使用 RDS - 您可以拥有自己的 MariaDB 实例(使用可用的社区 MariaDB AMI,或 AMIs provided by MariaDB,适用于 CentOS、Debian 和 Ubuntu)。这样你就可以完全访问你的服务器,所以你在安装新插件时不会有任何问题。