I am trying to change an existing field from type TEXT to BLOB but I get the following error:
SQL-query :
ALTER TABLE wbt_courses CHANGE course_description course_description BLOB NOT NULL
MySQL said:
Can't create table '.\noeltest#sql-558_7171.frm' (errno: 140)
Is it an error with the settings for BLOB or is it a server problem?
Any help much appreciated.