How to duplicate a MySQL database on the same server

前端 未结 6 2022
不知归路
不知归路 2021-01-31 01:51

I have a large MySQL database, lets call it live_db, which I want to replicate on the same machine to provide a test system to play around with (test_db

6条回答
  •  無奈伤痛
    2021-01-31 02:13

    In case you prefer MySQL Migration Toolkit, you may double click on schema name in Data Mapping step and change target schema name.

提交回复
热议问题