Top "Mysql-workbench" questions

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

MySQL Workbench not displaying query results

When I query a table in MySQL Workbench, no results are shown, the result section is just blank, no grid …

mysql mysql-workbench
Cannot connect to MySQL Workbench on mac. Can't connect to MySQL server on '127.0.0.1' (61) Mac Macintosh

Cannot connect to MySQL Workbench on mac. I get the following error: Could not connect, server may not be running. …

mysql mysql-workbench
How do I rename a MySQL schema?

Possible Duplicate: how does one rename a schema in MySQL Is there a MySQL statement for renaming a schema? I …

mysql database rename mysql-workbench
MySQL Foreign Key Error 1005 errno 150 primary key as foreign key

I'm making a small DataBase with MySQL Workbench. I have a main table, called "Immobili", which has a Primary Key …

mysql mysql-workbench mysql-error-1005
ERROR 1452: Cannot add or update a child row: a foreign key constraint fails

I have created two tables in MySQL 5.6.11 as shown below by means of MySQL Workbench 5.2.47. The country table: delimiter $$ CREATE …

mysql mysql-workbench mysql-error-1452
Exporting a MySQL table into a CSV file

I have a MySQL table which has to be taken out as a CSV file. The query I used is …

mysql csv mysql-workbench
mysqlworkbench giving version error on exporting database

When I try to export my database through MySQL Workbench remotely from localserver, I am getting some below version error: …

php mysql export mysql-workbench
MYSQL, Copy selected fields from one table to another

In MySQL, How do I copy a FIELD with all RECORDS from TABLE1 to TABLE2 which corresponds to a primary …

mysql mysql-workbench
MySQL Workbench: how do I set up "ON UPDATE" and CURRENT_TIMESTAMP?

SEE: Update timestamp column in Application or Database? I'm trying to model something similar in Workbench, but I don't know …

mysql timestamp utc mysql-workbench
MySql Workbench installer requires Visual C++ 2015 Redistributable Package to be installed, but it already is installed

I've looked everywhere online, but it doesn't look like anyone has been able to resolve this issue. When I download …

mysql mysql-workbench