MySQL Add Index on Text Column


/ Published in: MySQL
Save to your folder(s)

Not that you would want to do this, but if you're forced by a 3rd-party product (like Expression Engine), here you go


Copy this code and paste it in your HTML
  1. CREATE INDEX BenchmarkId ON exp_weblog_data (field_id_21(6))

URL: http://www.mydigitallife.info/2007/07/09/mysql-error-1170-42000-blobtext-column-used-in-key-specification-without-a-key-length/#comment-538318

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.