Is it possible to install OQGRAPH on a AWS RDS instance? If yes how?
Reading the installation guide: https://mariadb.com/kb/en/mariadb/installing-oqgraph/ installing OQGRAPH requires admin-access to the server - which clearly RDS does not grant.
Any ideas on how to install it anyways?
Obviously if i just run
INSTALL SONAME 'ha_oqgraph';
I do get the following Error-Message:
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)
答案 0 :(得分:3)
不幸的是,它目前无法使用。
根据AWS RDS documentation,目前唯一可用于RDS MariaDB的插件是审计插件,仅在几个月前才announced。
如果您仍想在AWS上使用MariaDB,但您没有被迫使用RDS - 您可以拥有自己的MariaDB实例(使用可用的社区MariaDB AMI,或AMIs provided by MariaDB之一,可用对于CentOS,Debian和Ubuntu)。这样您就可以完全访问您的服务器,因此安装新插件时不会有任何问题。