Sending result to application (no replies)
I would like to more or less automatically send the resultset from a query in MySql Workbench to a visualisation application as soon as the query has finished. Is this possible? If so, how is it done?...
View ArticleMySQL Workbench on Ubuntu 18.04!! Help!! (1 reply)
Hi, i have to install MYSQL Workbench on a Ubuntu 18.04 but there isn't an installer on the official website (there are only for Ubuntu 16.04 and Ubuntu 17.10). How can i install this software on...
View ArticleMySQL Workbench 8.0.11rc SSL connection error:...
Good Morning Everyone! I'm trying to connect to MySQL server 8.0.11 using MySQL Workbench 8.0.11rc but I get the obscure error message: SSL connection error: error:00000001:lib(0):func(0):reason(1)...
View Articlenew installation - "not enough privileges to execute select (no replies)
I installed MYSQL Installaer and Workbench today. I can access my database. But accessing the User and Privileges tab results in an error: The account that you are currently using does not have...
View ArticleClosed SQL Code Tab (no replies)
Hi, I was working on a database assignment. I uploaded my code to the server and it created a schema. I can makes queries, but I don't know how to get back to the tab to show where the code of the...
View ArticleWorkbench crashes on startup (no replies)
Since upgrading to Server 8, I have been trying to get Workbench 8 to work. With both 8.0.11 and 8.0.12, it fails at startup with an access violation in python27.dll. Falling back to Workbench 6.3...
View ArticleMySQL Workbench 8.0.12 is GA (no replies)
https://mysqlworkbench.org/2018/07/mysql-workbench-8-0-12-has-been-released/
View Articlemysql import csv list index out of range (3 replies)
hi all, i'm new to mysql and hope you guys can help me. i'm converting my old foxpro database to mysql, and i just convert .dbf to .csv, while i'm using mysql's import wizard, it pop out this error...
View ArticleLOAD DATA LOCAL INFILE (no replies)
As part of a Lynda course, I have been trying to do an import of some data using the following script: LOAD DATA LOCAL INFILE 'C:\\FILENAME.csv' INTO TABLE pop_proj FIELDS TERMINATED BY ',' ENCLOSED...
View ArticleWorkbench 8.0.12 no longer recognises ppk SSH key files (no replies)
WB 8.0.12 13312926 on Windows 7 (64-bit). Most of my MySQL connections are over SSH tunnels. I have a private key in .ppk format, with Pageant running as a key agent. On 6.3.10 this works without...
View ArticleUpgraded to MySQL 8. Workbench still trying to use version 5.6 (no replies)
Greetings, So I upgraded from MySQL 5.6.34 to MySQL 8.0 and Workbench 6.3->8.0 I noticed a few things when I click on server status (left navigation bar) after creating a new instance. I see this...
View ArticleModel Syncronization and Generated fields (no replies)
Hi, I am experiencing an issue since upgrading workbench to version 8. When synchronizing a table that contains generated fields is always selected for syncronization, and thus recalculation. This...
View ArticleMW doesn't show all schema's in database and I can't connect to one (no replies)
Hello, Besides the default schema, I have a database on linux dB server with 3 schema's, let say schema: - opt _schemename _schemaname_2 - test If I log in with phpmyadmin I see all the three schema's...
View ArticleWorkbench 8.0.12 result grid disappears (no replies)
The result grid routinely disappears and the only solution is to restart Workbenc (not just reconnect to a server). It happens with 8.0.11 rc and 8.0.12 (can't backtrack to 6.3.10 due to user...
View ArticleAccidentally delete a database and try to undo the action (no replies)
Hi all, I am using Mysql workbench 6.3 CE. Accidentally deleted a database and try to undo the action. Using ROLLBACK; right after the command but it does not work. Is there any other ways to reverse...
View ArticleCan I import a csv file with this product? (1 reply)
I attempted to import a csv file that came out of SQL Server but it says I have an error in my SQL syntax. There should be no SQL syntax because it is a csv file. Do you not handle that file type and...
View ArticleHow to easily see Response column SQL error? (no replies)
The error shows in the row response at the bottom, but it's hard to read usually because it's too long, and the column only expands so far. I can right-click it and select Copy Row, but I really just...
View ArticleMySQL Workbench only importing partial csv file (no replies)
Hello! I have four .csv files that I am trying to upload into the Dev Sandbox on MySQLWorkbench. The first three files uploaded fully and successfully, but the last one is being finicky. I looked...
View ArticleHow to connect to a remote mysql server (2 replies)
How to connect to a remote mysql server?
View ArticleUnable to establish working my.cnf on MySQL 8 (no replies)
I'm on Mac OS X 10.13.6. I had a devil of a time getting a working my.cnf file on MySQL 5.7, but was eventually able to do it using MySQLWorkbench. Sadly, that's no longer an option as touching pretty...
View Article