Wednesday 27 September 2006 5:15:12 pm
Hi All, I just wanted to check with some folks here before I reach for the bug report button. We are doing a large upgrade from a 3.0-1 site to a 3.8.4 site and are in the process of running all the sql upgrade scripts. There have been a few errors but most of them were easily corrected with a little editing. I am currently stumped running dbupdate-3.4.4-to-3.5.0.sql. It gives me the following error:
ERROR 1170 (42000) at line 63: BLOB/TEXT column 'word' used in key specification without a key length
The error is occuring while runing the following sql:
ALTER TABLE ezsearch_word ADD INDEX ezsearch_word_word_i ( word );
I'm having no luck tracking this error down. I am runing mysql server 5.0.22 on a debian box. Thanks for any advice.
working at www.wardnet.com
blogging at www.jamesward.ca
|