Top "Mysql-workbench" questions

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

Adding foreign key to existing table gives error 1050 table already exists

I've a table CustomizationSet with the columns: customization_set_guid (which is a non-nullable guid and also the primary key) …

mysql foreign-keys mysql-workbench mysql-error-1050
MySQL unknown column 'password_last_changed'

When creating a user using this command: create user 'foo'@localhost'; this error is shown: ERROR 1054 (42S22): Unknown column 'password_…

mysql mysql-workbench mysql-error-1054
Tables could not be fetched - Error loading schema content

I open workbench and connect to a local database on XAMPP and when open the connection the schema show the …

mysql-workbench workbench kie-workbench sql-workbench-j
Customizing Keyboard Shortcuts in MySql Workbench

Having spent a number of years working primarily with MS SQL Server (and hence SQL Server Management Studio for common …

mysql keyboard-shortcuts customization mysql-workbench
how to create mysql schema in nodejs

I am using nodejs, express framework and mysql for my database. I would like to know how can I replicate …

mysql schema mysql-workbench mongoose-schema
Mysql Workbench error 1142 "Error querying security information" on Data Export

yesterday I updated my Workbench to the latest version available, the 6.3.6 build 511 CE on Windows 10. Now I'm trying to make …

mysql-workbench
Inheritance relationship in ERD diagrams

I have question about inheritance representation in ERD-diagram. The following example: I have plane, and I have also two types …

database mysql-workbench erd
Not retrieving schema list from source when migrating from MSSQL to MySQL using Workbench

I'm trying to migrate my database which is in MS SQL Server to MySQL, I'm using Workbench to do so. …

mysql sql-server mysql-workbench migrate
Problem stopping/starting MySQL Workbench

I've installed the MySQL workbench version 5.2.34 and having problems creating a local connection. I'm getting an error saying "Can't Connect …

mysql-workbench mysqlconnection
Is there a GUI tool for MYSQL with query builder feature?

I am using MySQL Workbench. I can't deny that it's a very good tool. Unfortunately it doesn't have a query …

mysql user-interface mysql-workbench query-builder