Top "Mysql-workbench" questions

MySQL Workbench is a visual database design tool that is developed by MySQL.

MySQL Workbench 6.3 (Mac) hangs on simple queries

I am using MySQL Workbench 6.3.7 build 1199 CE (64 bits) on a Mac with OS X Yosemite 10.10.5. I am connecting to an …

mysql-workbench
How to make a field NULL using MySQL GUI Tools?

I'm using the MySQL Query Browser (part of the MySQL GUI Tools) and need to change a field to NULL, …

mysql mysql-workbench mysql-gui-tools
How to change a value of a field using MySQL Workbench?

I have installed MySQL Workbench and I have the following problem. I perform this simple select query: SELECT * FROM spring_…

mysql database mysql-workbench rdbms
MySQL Foreign key constraint - Error 1452 - Cannot add or update child row

I've used the other posts on this topic, but I'm having no luck. Here's the code I execute: UPDATE tblOrderItems …

mysql foreign-keys mysql-workbench mysql-error-1452
Linking MySQL Workbench to my Remote Server

I've just downloaded MySQL Workbench. But I don't quite understand how to syn this with the databases on my remote …

mysql mysql-workbench mysql-proxy
Can't set foreign key relationship

I have some problem with MySQL Workbench in that I sometimes can't set foreign keys when creating tables. I say …

mysql-workbench
How do I delete a table from the MySQL Workbench catalog?

Recently I started using MySQL Workbench to design my data structures with an UML diagram. However, there is one thing …

mysql-workbench
Creating a database with MySQL Workbench from existing schema/model

I built a database schema (or Model?) with MySQL Workbench. I'd like to now make it into an actual database. …

mysql database-schema mysql-workbench
MySQL Workbench Schemas Panel not working

I have a trouble with my mysql workbench 6.0 (i work on ubuntu) and when i choose a server instance, instead …

mysql mysql-workbench
MySQL Workbench (version 6.0.8) SSH Authentication Issue

I am trying to connection to a MySQL server on Host X through machine Y over SSH. The same setup (…

mysql ssh mysql-workbench centos6