Forward Engineer problem (no replies)
Work bench 6.3.10 Have created a model 3 tables, created this model as a test so it would be simpile. Problem discovered on bigger schema/model Forward Engineer Export MYSQL Table Objects It is my...
View ArticleForum WEB Site (no replies)
When I log into the site I see a message on the right side of the screen "There are unapproved messages" What is this telling me? When I click it on it takes me to my profile page
View ArticleWhere to or How to test With Clause queries against MySQL 8.0 verions? (no...
I read that 'WITH Syntax (Common Table Expressions)' are supported from MySQL 8.0 version. But when I write a query using WITH clause - MySQL workbench couldn't recognize it and also says it as syntax...
View ArticleSelect isn't returning the correct data (2 replies)
In the place where i'm working i've been asked to get a list of all the customers who have bought one of our courses for administrative purposes. Thing is, the transactions and user data are held in 2...
View ArticlePLEASE HELP..... :-( EMERGENCY (1 reply)
Hello, Im new to this forum and REALLY could use some help right now For the last 1.5 years I have been using mysql workbench on a server. I have a POS system called Chromis running on mysql. well...
View ArticleInnoDB corrupt (no replies)
Hi, I'm searching for a step by step to forcing recovery about InnoDB on workbench ? I'm newbie about that and I working on Win server 2012 with Workbench 5.7 I have more than 5 WordPress website on...
View ArticleSetting Up Remote Access For MySQL 5.7 On Win 10 (no replies)
What are the required steps for setting up remote access for MySQL 5.7 on Win 10? Trying to get remote access setup using MySQL Workbench (via INSTANCE -> Options File) however there a WMI error...
View ArticleNeed getting started help (probably trivial questions) (no replies)
Just using workbench for the first time, a bit confused. Top left it says: Local instance 3306 root localhost:3306 Question 1: Is that the DB user "root" or the system superuser "root"? I then click...
View ArticleHighest value in column A for each value in column B (no replies)
I have one table with two columns: CUSTOMERS and HOURS (both are TINYTEXT) I need a SELECT that returns the highest hour for each customer. Ex: CUSTOMERS: (c1, c1, c1, c2, c2, c3, c3) HOURS: (09:00,...
View Articleerror synchronising model to data base (no replies)
When I attemto to syn changes in a Model to a data base I get the error 1063 Executing SQL script in server ERROR: Error 1064: You have an error in your SQL syntax; check the manual that corresponds...
View ArticleMYSQL TIMESTAMP error code 1292 when loading table from file. (no replies)
I have a table with a column "date_created" where I have tried type as both DATETIME and TIMESTAMP. I set the default for this filed to CURRENT_TIMESTAMP I have a cvs file from which I want to load...
View ArticleLoading a file into MYSQL table error code 1062 Duplicate entry for primary...
The table is empty before load statement is executed do a select * from code_protocol; only entry is line with null values for all columns/fields To test the error I created from excel by saving a...
View ArticleMysql server 5.5 uninstall from different logged in user (no replies)
Hi, I am using mysql 5.5server unable to find the uninstallation from the add/remove program list. I understand that mysql server is installed with different login user, now the user is not exists and...
View ArticleCall internal features in Workbench plugin (python) (no replies)
Hi, I'm writing a python plugin for MySQL Workbench. Inside my plugin, after executing some instructions, I need to execute a "Forward Engineer SQL CREATE Script" (com.mysql.wb.menu.file.export) to...
View ArticleImport CSV file with JSON object (no replies)
Hello, I would like to import a CSV file with a JSON object. This is an example of how my CSV file looks like: pizzaID, type 1, {"cheese": 0, "pepperoni": 0, "hawaiian": 1} 2, {"cheese": 0,...
View ArticleMysql Workbench - Schema Permissions Screen (no replies)
Does not show all details in version 6.3.10
View Articlemakes foreign key a primary key (no replies)
I am using workbench and workbench diagrams to link tables My Parent Table is the Project Table which has a 1 to many relationship with a project contacts table, Since I need a 1 to many relationship...
View ArticleError Loading Schema Content in Navigator (no replies)
I am not sure where this went bad, but I was capable of accessing the MySQL database I had created on my hosting website until recently. I can connect to the database when I Test Connection, but I do...
View ArticleWorkbench Table Field Foreign Key (no replies)
Using Work Bench Looking at Foreign Key under a field in the child table which points to the Parent Table under the Foreign key tab for this field option there is A foreign key option for ON Update...
View ArticleSQL Server to MySQL migration script works in CentOS 6.6, but fails partially...
Hi, I am migrating data from MSSQL 2017 to MySQL 5.6.39 on CentOS 7.4 Out of 23568 rows the bash migration script successfully migrated 20900, but failed to migrate the remaining 2668 rows with the...
View Article