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;
To Reset Your MySQL Password on a Dedicated Linux ServerTo stop MySQL and restart in safe mode: At the command prompt, type the following commands and press Enter after each.
service mysqld stop
killall mysqld
mysqld_safe –skip-grant-tables&To reset the admin password and permissions: At the command prompt, type the following command and press Enter.
mysql psa -e “flush privileges; [...]