本文介绍了我的MariaDB中没有OQGraph吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我刚刚在Ubuntu 10.04 Lucid Lynx上安装了MariaDB,如此博客中:不幸的是,其中没有OQGraph引擎.
I've just installed MariaDB on my Ubuntu 10.04 Lucid Lynx, as explained in this blog:Unfortunately, there is no OQGraph engine in it.
我必须承认我对MariaDB,OurDelta,OpenQuery有点困惑...我不知道谁在做什么,但我想在我的MariaDB上安装OQGraph引擎.
I must admit I'm a little bit confused between MariaDB, OurDelta, OpenQuery... I don't know who is doing what, but I would like to have OQGraph engine on my MariaDB.
有人可以给我一个提示吗?
Can someone give me a hint?
推荐答案
您需要先安装插件.运行以下sql:
You need to install the plugin first.Run the following sql:
install plugin oqgraph soname 'ha_oqgraph.so';
此后,引擎应该在显示引擎"下可见.
After that the engine should be visible under SHOW ENGINES.
这篇关于我的MariaDB中没有OQGraph吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!