[phpug] Re: MySQL 5.1 and InnoDB

2008-12-17 Thread Michael
On Thu, 18 Dec 2008 13:00:34 Dmitry Ruban wrote: Do you have following line in your my.ini? innodb There re some InnoDB options that are hashed out. I don't need them as my tables are all MyISAM OT: Perl DBD::MySQL has nothing to do with innodb Yes, but it's this module that seems to be

[phpug] Re: MySQL 5.1 and InnoDB

2008-12-17 Thread Dmitry Ruban
Michael: On Thu, 18 Dec 2008 13:00:34 Dmitry Ruban wrote: Do you have following line in your my.ini? innodb There re some InnoDB options that are hashed out. I don't need them as my tables are all MyISAM OT: Perl DBD::MySQL has nothing to do with innodb Yes, but it's this module

[phpug] Re: MySQL 5.1 and InnoDB

2008-12-17 Thread 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

[phpug] Re: MySQL 5.1 and InnoDB

2008-12-17 Thread Dmitry Ruban
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.

[phpug] Re: MySQL 5.1 and InnoDB

2008-12-17 Thread Michael
On Thu, 18 Dec 2008 13:43:46 Michael wrote: On Thu, 18 Dec 2008 13:41:43 Dmitry Ruban wrote: Do you have anything suspicious in mysql.log after restarting the service? InnoDB may failed to start that's why it's not active. It's all query logging in /usr/local/var Could this log file be

[phpug] Re: MySQL 5.1 and InnoDB

2008-12-17 Thread Michael
Unknown table engine 'InnoDB' at (eval 62) line 166, GEN12 line 18. And according to PHP My Admin, the available engines are: CSV, MRG_MYISAM, MEMORY and MyISAM Michael Did you compile MySQL from source? If so it appears that innodb is no longer compiled by default and you have to

[phpug] Re: MySQL 5.1 and InnoDB

2008-12-17 Thread Michael
Unknown table engine 'InnoDB' at (eval 62) line 166, GEN12 line 18. And according to PHP My Admin, the available engines are: CSV, MRG_MYISAM, MEMORY and MyISAM Michael Did you compile MySQL from source? If so it appears that innodb is no longer compiled by default and you have to

[phpug] Re: MySQL 5.1 and InnoDB

2008-12-17 Thread gizmoguy
2008/12/18 Michael mich...@networkstuff.co.nz hecking cxxabi.h presence... yes checking for cxxabi.h... yes checking for abi::__cxa_demangle... yes checking for big tables support... no checking max indexes per table... 64 checking for SSL... using bundled yaSSL configure: error: unknown