数据库版本:5.7.22

使用DDL语句:alter table 表名 modify 字段名 字符类型(长度)

例如:
alter table db2.admin modify password char(40);