update 表 set 途径='123'
搜索一下MySQL数据库如何修改表数据,你会学到很多的
update 表名 set 列名=‘值’ where key in ('value1','value2')