on the database operations tab, there is tick box that says "CREATE DABASE before copying" while copying a database.
However, this operation fails if the Database in question already exists ( for example, an empty database ).
I believe that this operation should instead be CREATE DATABASE IF NOT EXISTS, fixing the failing operation
Moved to Feature Requests.
Was this feature done as requested?
Done.