I am trying to rename a column in MySQL community server 5.5.27 using this SQL expression:
ALTER TABLE table_name R
https://dev.mysql.com/doc/refman/8.0/en/alter-table.html
For MySQL 8
alter table creditReportXml_temp change column applicationID applicantID int(11);