Can I Use the Berkeley Database Engine With My MySQL Database?
Print this Article
Comment on this Article
Last Updated:
September 18, 2007 11:02 AM
You may use the Berkeley DB (BDB) storage engine in MySQL; however it is no longer supported or installed by default in their certified binaries. As a result, we will no longer be offering support for the BDB storage engine.
We advise all customers to convert their BDB tables to InnoDB.
For example:
ALTER TABLE your_bdb_table TYPE=INNODB;