mysql change variable type code example Example: change data type in mysql ALTER TABLE table_name CHANGE COLUMN column_name column_name datatype;