Can't find how to duplicate/clone database
| User, date | Message |
|---|---|
|
Written by mikgigs
2 years ago Category: Feature discussion 20 posts since Mon, 12 Oct 09 |
Hi guys, is there a simple option how to clone/rename/or duplicate database. I can't figure myself how to do that. I have seen that there is an option to dump a database, but no straightforward one for clonde/duplicate/rename. Besides, it seems that query field do not catch commands such as mysqldump, etc. Thank you |
|
Written by ansgar
2 years ago 3952 posts since Fri, 07 Apr 06 |
Rename database: Right click a database + click "Edit" Duplicate db: Create a new, empty db. Right click the source db, click "Export database as SQL". Select output "Database", and select the newly created one. mysqldump.exe is an executable for the command line prompt, not an SQL command. |
|
Please login to leave a reply, or register at first. |