How do I quickly rename a MySQL database (change schema name)?

前端 未结 30 2829
余生分开走
余生分开走 2020-11-22 14:54

The MySQL manual at MySQL covers this.

Usually I just dump the database and reimport it with a new name. This is not an option for very big databases. Apparently

30条回答
  •  说谎
    说谎 (楼主)
    2020-11-22 15:20

    When you rename a database in PHPMyAdmin it creates a dump, then drops and recreates the database with the new name.

提交回复
热议问题