修改mysql 數據庫名

For InnoDB, the following seems to work: create the new empty database, then rename each table in turn into the new database:ide

RENAME TABLE old_db.table TO new_db.table;

You will need to adjust the permissions after that.it

same for myisamio

相關文章
相關標籤/搜索