views:

18

answers:

1

Hello everyone!

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?

Thanks

A: 

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.

Steve Obbayi
I have successfully installed MariaDB 5.2.1 Beta, and when I do SHOW ENGINES; there is no OQGraph... only Blackhole, MRG_MyISAM, Federated, Maria, CSV, Memory, Archive, MyIsam, InnoDB, and PBXT.So it doesn't work neither... any other suggestion?
TeaBee