I'm using Mysql workbench to develop my database for my application.

I use at least two databases,for example:

  • my_local : my local testing database that it's always synchronized with mysql workbench
  • myserver_database : the final database in the server,keep in mind that this database is in production and users WILL update it and i can't loose any information stored into it.

Now i can synchronyze my database every time i want but i can't find a way to update the scheme to the final server because they have different names,i get something like:

my_local => N/A
N/A      <= myserver_database

in the past i simply renamed the database in mysql workbench but it doesen't seem to work anymore,probably because of a bug.

I want to be able to synchronize the same workbench scheme with different databases,regardless of the database name,i didn't find a way to force the database name even by modifying the default_scheme.

Please keep in mind i'll do it a lot of times so it's better to avoid triky or dangerous solutions if possible.

link|improve this question

20% accept rate
It is not an anser on your question. You can try to compare and synchronize your databases with the help of Schema and Data Comparison tools in dbForge Studio for MySQL - devart.com/dbforge/mysql/studio – Devart Nov 4 '11 at 7:43
@Devart i'm happy with all the features in mysql workbench and it's 100% free; i only need to fix this simple and stupid bug;i don't understand why it uses alway explicit names of databases instead of using the selected one. – Plokko Nov 4 '11 at 12:22
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.