在MySQL数据库,如何修改字段名?在MySQL数据库修改字段名方法: 1、语句:alter table student change physics physisc char(10) not null。 2、其中char(10) not null是你physisc字段的create_definition。