MySQL error on installation (MySQL41)

Poster Content
nk4um Moderator
Posts: 755
April 22, 2005 10:36Study the Forum application for up-to-date design patterns
Glad it was DBA!

FYI The Bugxter app is getting pretty old - it was used as the bootstrap application throughout early years of NK design.  It hasn''t been updated to use the latest NK tools and uses a pure declarative design - fortunately service-oriented design means it still runs even on the latest NK release.

It would probably be more fruitful to study the Forum application (also available for install through the module wizard).  The high-level service-composition design patterns are very similar but the small-scale patterns are more elegant and it uses a heterogeneous mix of declarative and procedural scripts.

At some point we''ll write a "Deconstructing 1060 Forum" article in a similar way to the bugxter article.
nk4um User
Posts: 3
April 19, 2005 21:08Never mind!
Oi, never mind!  I just had to restart MySQL for the MyISAM default to be used.
nk4um User
Posts: 3
April 19, 2005 21:05MySQL error on installation (MySQL41)
I''m just trying to play around with your interesting project and thought I''d install the bugxter app to play with it.  I''ve got MySQL 4.1 on WinXP.

The installation fails:

General error message from server: "The used table type doesn''t support FULLTEXT indexes"

It created the tables as InnoDB, even though my default is set to MyISAM.

Did I miss something?

Thanks,

- Jason