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
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
To resend the mails in the mail queue, type either of the following two commands:
# postfix flush# postfix -fTo see the mail queue, type:
# mailqTo remove all mail from the mail queue, type:
# postsuper -d ALLTo remove all mails in the deferred mail queue, type:
# postsuper -d ALL deferred