Re: error creating webobjects tables with mysql

2001-08-20 Thread Paul Schreiber
here's another error: >ERROR 1064 at line 80: You have an error in your SQL syntax near 'id' at line 1 the offending line: >create index ad_sections id; according to the docs, the syntax is: CREATE [UNIQUE|FULLTEXT] INDEX index_name ON tbl_name (col_name[(length)],... ) so i

error creating webobjects tables with mysql

2001-08-20 Thread Paul Schreiber
config: debian linux "testing", kernel 2.2.18pre21, mysql 3.23.36, webobjects 5 I copied the sql from eomodeler and am attempting to use it with mysql. it says: >ERROR 1064 at line 35: You have an error in your SQL syntax near ')' at line 1 here's an excerpt from the sql: 30 31 CREAT