MySQL error /usr/libexec/mysqld: unknown option ‘skip-bdb’

MySQL version x is failing to start after upgrade with the following error:

/usr/libexec/mysqld: unknown option ‘—skip-bdb’

To fix comment out the following line in your my.cnf file:

#skip-bdb

You should now be able to restart MySQL