Chaim Rieger wrote: > Jerrad Pierce wrote: > >> Was your MySQL maybe *built* without InnoDB? >> >> -- >> Cambridge Energy Alliance: Save money & the planet >> > > i installed the binary, > > if it was built without innodb support it wouldnt start up with the > current my.cnf > If you do Show engines; you should see below if it's enabled. | InnoDB | YES | Supports transactions, row-level locking, and foreign keys |
If you changed innodb_log_file_size you need to shutdown and delete the old logs in /var/lib/mysql or innodb won't start up because it tries to append to a fixed log that's smaller/larger then the one in the config. I changed mine to 64mb also and you always have to get rid of the old ib_logfile0-1files. Curtis _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
