恒晖瑶 发表于 2018-9-30 09:16:06

修改mysql 数据库名

  For InnoDB, the following seems to work: create the new empty database, then rename each table in turn into the new database:
RENAME TABLE old_db.table TO new_db.table;  You will need to adjust the permissions after that.
  same for myisam

页: [1]
查看完整版本: 修改mysql 数据库名