Database creation problem

I followed the procedures, when I reached “make install” it gave error
saying something like Keyword should be NOT NULL in tools/initdb line 160:
Create TABLE KeywordSelects (

Keyword integer NULL,

INDEX (Keyword),

)
Please help!

| I followed the procedures, when I reached “make install” it gave error
| saying something like Keyword should be NOT NULL in tools/initdb line 160:
±–>8

This error happens when you are using an old and buggy version of mysql.
Update to a current version and it should work.

brandon s. allbery [os/2][linux][solaris][freebsd] allbery@kf8nh.apk.net
system administrator [JAPH][WAY too many hats] allbery@ece.cmu.edu
electrical and computer engineering KF8NH
carnegie mellon university [linux: proof of the million monkeys theory]

Thanks! I installed the latest mysql and resolved the problem. (But
I’m tackling other problems still, see my other posts…)

Brandon S. Allbery KF8NH wrote:> On Friday, August 03, 2001 09:12:52 -0500, Gilbert Hu gilbert@crystalapple.com wrote:

±----
| I followed the procedures, when I reached “make install” it gave error
| saying something like Keyword should be NOT NULL in tools/initdb
line 160:
±–>8

This error happens when you are using an old and buggy version of
mysql. Update to a current version and it should work.

Thanks! I upgraded to the latest mysql and this problem disappeared.

Brandon S. Allbery KF8NH wrote:> On Friday, August 03, 2001 09:12:52 -0500, Gilbert Hu gilbert@crystalapple.com wrote:

±----
| I followed the procedures, when I reached “make install” it gave error
| saying something like Keyword should be NOT NULL in tools/initdb
line 160:
±–>8

This error happens when you are using an old and buggy version of
mysql. Update to a current version and it should work.