龙盟编程博客 | 无障碍搜索 | 云盘搜索神器
快速搜索
主页 > 数据库类 > MySQL 技术 >

MySQL修改表结构操作命令总结(2)

时间:2014-12-03 15:01来源:网络整理 作者:网络 点击:
分享到:
复制代码 代码如下: ALTER TABLE person DEFAULT CHARACTER SET utf8; 修改表名 复制代码 代码如下: RENAME TABLE person TO person_other; 移动表到其他数据库 复制代码 代码如下

复制代码 代码如下:

ALTER TABLE person DEFAULT CHARACTER SET utf8;

修改表名

复制代码 代码如下:

RENAME TABLE person TO person_other;

移动表到其他数据库

复制代码 代码如下:

RENAME TABLE current_db.tbl_name TO other_db.tbl_name;

精彩图集

赞助商链接