The mysql-gui-tools tag has no wiki summary.
0
votes
0answers
142 views
Mysql workbench synchronize different databases
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 ...
0
votes
0answers
114 views
MySQL Query Browser Show Procedure status
Whenever I execute a query on schema/ table using MySQL Query Browser it starts executing Show procedure status for long time in the running process list.
Is there a way I can disable show procedure ...
0
votes
1answer
133 views
Compatibility issue between the MySQL workbench and MySQL GUI tools
I've used MySQL workbench 5.0.30 OSS for creating a visual design of my database with the entities and relationships between tables.I exported the SQL create script from it.
I'm using the SQL GUI ...