Operating System - HP-UX
1838727 Members
7244 Online
110129 Solutions
New Discussion

enable Mysql whit BDB tables

 
Jorge A. Prado T.
Occasional Advisor

enable Mysql whit BDB tables

Hi,
who I enable mysql (Ver 8.21 Distrib 3.23.42) whit support for BDB table (Berkeley tables)?

S.O = HPUX 11.0
Server= N class
HP product = mysql 3.23.39.01

thank in advance
Jorge Prado T.
2 REPLIES 2
James A. Donovan
Honored Contributor

Re: enable Mysql whit BDB tables

You specify a BDB type table using the table_option clause of the CREATE TABLE statement (setting TYPE=BDB)

http://www.mysql.com/doc/en/CREATE_TABLE.html
Remember, wherever you go, there you are...
James A. Donovan
Honored Contributor

Re: enable Mysql whit BDB tables

Hmmm...looks like the BDB engine may not be supported under HP-UX

http://www.mysql.com/doc/en/BDB_portability.html
Remember, wherever you go, there you are...