1 baileyjs Jul 18, 2009 15:21
3 sam2kb Jul 18, 2009 18:56
We should do
ALTER TABLE evo_users DROP INDEX user_pass
before
ALTER TABLE evo_users ENGINE = innodb
I didn't find this index in 1.10, are you upgrading from 0.9.x ?
4 baileyjs Jul 18, 2009 19:13
Not directly, no, but my first b2 install for this database was a 9.0.12. It's been upgraded a few times over the past three years.
Could it have been a holdover from way back then?
5 sam2kb Jul 18, 2009 19:31
Could it have been a holdover from way back then?
Probably.
Thanks to whomever was on @b2evolution, the solution was to use PhpMyAdmin to delete
FULLTEXT KEY `user_pass` (`user_pass`)
in the Indexes structure of 'evo_users' table. The database upgraded fine from there and blog seems to be operating normally.
I'm do not know if this problem was a holdover from a previous b2 upgrade. I'm not smart enough nor brave enough with MySQL to add something like that to a particular table willy nilly.