开发者

No OQGraph in my MariaDB?

开发者 https://www.devze.com 2023-01-13 05:32 出处:网络
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.

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.

I must admit I'm a little bit confused between MariaDB, OurDelta, OpenQuery... I don't know who is doing what开发者_JAVA百科, but I would like to have OQGraph engine on my MariaDB.

Can someone give me a hint?


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.


OQGraph storage engine is included in MariaDB 5.2.1 Beta. Being a Beta release, go to the MariaDB download page and get it from there. OpenQuery is the developers behind OQGraph storage Engine and they also offer tech support on MySQL and MariaDB. MariaDB is a RDB Management System which uses Aria as the default storage Engine and maintained by Monty Program AB.

0

精彩评论

暂无评论...
验证码 换一张
取 消