Do you have anything suspicious in mysql.log after restarting the service? InnoDB may failed to start that's why it's not active.
Michael: > >>>> OT: Perl DBD::MySQL has nothing to do with innodb >>> Yes, but it's this module that seems to be complaining. >>> >>> I have made no changes to my.cnf whatsoever. It worked with 5.0.67, and >>> now it (DBD::MySQL) doesn't work with 5.1.30. >> What does error say? > > Dec 18 13:24:08 210-48-90-33 postfix/smtpd[673]: disconnect from > 210-48-90-42.nettrust.net.nz[210.48.90.42] > Dec 18 13:24:08 210-48-90-33 amavis[588]: (00588-01) (!!)TROUBLE in > check_mail: sql-enter FAILED: sql exec: err=1286, 42000, DBD::mysql::st > execute failed: Unknown table engine 'InnoDB' at (eval 62) line 166, <GEN12> > line 18. > Dec 18 13:24:08 210-48-90-33 amavis[588]: (00588-01) (!)PRESERVING EVIDENCE > in /var/amavis/tmp/amavis-20081218T132408-00588 > Dec 18 13:24:08 210-48-90-33 postfix/smtp[678]: 71B2C28E87F5: > to=<mich...@email deleted>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.18, > delays=0.11/0.01/0.01/0.05, dsn=4.5.0, status=deferred (host 127.0.0.1 > [127.0.0.1] said: 451 4.5.0 Error in processing, id=00588-01, sql-enter > FAILED: sql exec: err=1286, 42000, DBD::mysql::st execute failed: Unknown > table engine 'InnoDB' at (eval 62) line 166, <GEN12> line 18. (in reply to > end of DATA command)) > > And according to PHP My Admin, the available engines are: > CSV, MRG_MYISAM, MEMORY and MyISAM > > Michael > > > > --~--~---------~--~----~------------~-------~--~----~ NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected] -~----------~----~----~----~------~----~------~--~---
