Migration from POSTGRES TO MYSQL Row size too large error in mysql create...
Hi all, While migrating from postgres to mysql via MYSQL WORKBENCH. I am getting this error with several tables. Row size too large. The maximum row size for the used table type, not counting BLOBs,...
View ArticleCreate TextNote from Scripting (no replies)
While you can easily create a new diagram layer by using the following code: import grt layer = diagram.placeNewLayer(50.0, 50.0, 200.0, 300.0, "Very Red") layer.color = "#FF0000" I am struggeling to...
View ArticleMySql auto increment (no replies)
I created an auto increment feild using mysql workbench for a table. I am trying to add values to the table using mysql table editor. However the auto increment feild is not working. It does not auto...
View ArticleDifferent values for the same column (no replies)
In workbench, when I do show table status; the collation column comes back with mostly utf8mb4. However, from the command line in mysql directly.. the collation column comes back as mostly utf8. Why...
View ArticleWorkbench not answer and load CPU (no replies)
MySQL Workbench (any version and last v.8 to) not answer if I do next steps: 1. Run select query and recive about 1000+ records 2. Select all record in result table 3. Try to deselect by click on any...
View ArticleCreating an SSL connection w/ MySQL Workbench (no replies)
I am a volunteer software developer working on a MySQL based content management system for a non-profit. I have been struggling for some time to establish a connection between MySQL Workbench and our...
View ArticleProblem with migrating from SQL Server to MySQL (no replies)
I've got a problem during migration. To migrate data between SQL Server 2017 and MySQL I use MySQL workbench (version 8.0.12). When script for new tables generation is completed I can find that there...
View ArticleFile Import (no replies)
I tried importing a .csv file in MySQL Workbench 6.3 CE having 1,25,000 Rows and 28 Columns on which the import continued about for 43 minutes and only 36% of the file got imported after which the...
View ArticleMalformed packet while connecting to remote DB (no replies)
Hi all, I have a remote MySQL DB, I connect 4 dm Remote DB but one of them has a problem like Malformed packet, I connected for other 3 DB but just one of them has Malformed packet problem. I check...
View ArticleHow do I install multiple versions MySQL Workbench? (no replies)
I have 8.0 CE installed and use it for the many MySQL 5.5 DBs I (now have to) admin. I have 2 MySQL 5.1 DBs to admin but 8.0 fails to connect to that with "bad handshake." When I try to install 6.3 CE...
View Articlemysql installer for 32 bit windows fails to update to the latest version of...
Why??? I downloaded the mysql installer from the following page for 32 bit windows https://dev.mysql.com/downloads/workbench/ Even though I have only mysql workbench 6.3 it refuses to update to the...
View ArticleRestore workspace error while connecting to mysql (no replies)
What is this error? It says Failed to open file c:\users\paratus\Roaming\Mysql\Workbench\...... Which is this file and why can't it open it? What's the solution to make this error go away?
View ArticleWindows 10 Workbench 8.0.12 single quote problem in table comments (no replies)
Putting a single quote character in the comments section of the table cause "Error Parsing DDL". Writing comments containing single quote is not supported in this version?
View ArticleInstalling MYSQL in Client Machine (no replies)
I am trying to install data access to the Client machine, MYSQL data already installed in Windows Server 2016 But not able to access thro desktop from Client machine thro workbench.
View ArticleThe workbench shows the following error "select is not valid at this position...
The workbench shows the following error: "select" is not valid at this position for this server version, expecting: '(', WITH My query is: Select title From Movie Where year<=All(Select year From...
View ArticleColumn Properties (Storage Type and Generated) (no replies)
Hi guys, Creating tables, using the Workbench user interface, when creating a new column, I select the storage type as STORED, but then it changes back to VIRTUAL. ALSO, what does the GENERATE...
View Article[ERROR] Access denied for user 'root'@'localhost' (no replies)
I'm attempting a fresh install of mySQL and receive the above error when trying to connect to the discovered instance through Workbench. Any help would be highly appreciated since I've already spent...
View ArticleCan't connect to mysql (8 replies)
I installed the developer default of mysql community editipon and the stupid thing won't even connect to mysql server? Why???
View ArticleHow do I set standard authentication for a user (no replies)
I use MySQL 8.0.12 on a macOS 10.13.6 Apple laptop. My Workbench version is 8.0. I have MySQL databases that must be accessed by R scripts and the RMySQL package apparently doesn't like SHA2...
View ArticleFailed to connect to MySQL server (no replies)
When i try to connect a database residing in a lxd container to the workbench this error occurs. Failed to connect to MySQL at 192.168.100.130:3306 with user farmuser Can't connect to MySQL server on...
View Article