문제

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, 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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top