rename table oldname to newname;rename table test_table to test2;
rename table oldname to newname;
rename table test_table to test2;
查一下现在有什么表格库 - 查看所有表格名 - show tables;
mysql修改表名,并展示表格