ALTER TABLE tableName CHANGE `oldcolname` `newcolname` datatype(length); (you can remove the backticks if it doesn't work)