MySQL error: “Column 'columnname' cannot be part of FULLTEXT index”

前端 未结 3 1071
攒了一身酷
攒了一身酷 2021-02-07 15:59

Recently I changed a bunch of columns to utf8_general_ci (the default UTF-8 collation) but when attempting to change a particular column, I received the MySQL error:

<         


        
3条回答
  •  -上瘾入骨i
    2021-02-07 16:38

    Just to add to Thomas's good advice: And to sort things out in PHPMyAdmin you have to change the characterset for all columns AT THE SAME TIME.

    Just wasted half a day trying again and again to change the columns one at a time and continually getting the error message about the FULLTEXT index.

提交回复
热议问题