|
phpMyAdmin allows you to do this. You need to first select your database, then click the operations tab and look for the section entitled "Copy database to:". Enter the new database name and away you go.
If you need to copy your database to a different server, then you'll need to first export it with phpMyAdmin and import into the new server.
|