How to change the column position of MySQL table without losing column data? January 1, 2023 by Tarik Try this: ALTER TABLE table_name MODIFY password varchar(20) AFTER id