Just noticed too, that mysql seems not be running, at least
returns nothing. Trying to start the mysqld out of bin results in the following:
Code:
/usr/bin# mysqld
101020 12:56:21 [Note] Plugin 'FEDERATED' is disabled.
mysqld: Table 'mysql.plugin' doesn't exist
101020 12:56:21 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
101020 12:56:21 InnoDB: Started; log sequence number 0 300962141
101020 12:56:21 [ERROR] mysqld: unknown option '--skip-bdb'
101020 12:56:21 [ERROR] Aborting
101020 12:56:21 InnoDB: Starting shutdown...
101020 12:56:22 InnoDB: Shutdown completed; log sequence number 0 300962141
101020 12:56:22 [Note] mysqld: Shutdown complete
root@zarafa-plugin:/usr/bin#
Bookmarks