Hosting Article V1

Can I Use the Berkeley Database Engine With My MySQL Database?

Category: Virtual Dedicated Linux
Author: Jane83
Date: 2008/2/27
Keywords: BDB InnoDB



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;


Hosting Article V1
URL: http://www.powerhoster.com/domainhosting/modules/article/view.article.php/c8/1273