Top "Mysql-workbench" questions

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

Variable 'sql_mode' can't be set to the value of 'NO_AUTO_CREATE_USER'

I am using MySQL Workbench 8.0. I am trying to dump test data to DB including all the tables, stored procedures …

mysql mysql-workbench data-import
MySQL Error Code: 1193. Unknown system variable

Ok so i'm working on triggers, and it tells me it(MySQL workbench 5.2) doesn't recognize this variable. *Error Code: 1193. Unknown …

mysql mysql-workbench error-code mysql-error-1193
What do the mysql workbench column icons mean

In MySQL Workbench, when you edit a table, by each column name, there is a colored diamond. Where can I …

mysql sql mysql-workbench
MySQL Workbench cannot load mysql.proc

I am starting to use MySQL Workbench tool especially for data modeling. So, the first I would like to do …

mysql mysql-workbench
How do I generate a SQL script from my diagram in MySQL Workbench?

I've created an EER diagram with tables, foreign keys, etc in MySQL Workbench and now I want to generate a ".…

mysql sql mysql-workbench
Does MySQL Workbench autocomplete work?

Using MySQL Workbench, when I press CTRL + space it looks like there is an autocomplete feature (However, no items appear …

mysql mysql-workbench workbench
Creating UNIQUE constraint on multiple columns in MySQL Workbench EER diagram

In MySQL Workbench's EER diagram, there is a checkbox to make each column in a table unique, not null, primary …

mysql mysql-workbench unique-constraint multiple-columns workbench
MySQL Workbench - How to synchronize the EER Diagram

I am creating a visual representation of my existing database with MySQL Workbench and I am able to synchronize the …

mysql mysql-workbench eer-model
Mysql workbench foreign key options [Restrict, Cascade, Set Null, No Action], what do they do?

In foreign key options on update and on delete. What does each field [Restrict, Cascade, Set Null, No Action] do?

mysql-workbench
Installing MySQL Workbench but File /etc/my.cnf doesn't exist

I managed to download the MySQL DMG archive to my OS (mac OS X). It works if I use the …

mysql unix mysql-workbench workbench my.cnf