What is the schedule of mysql-workbench works on ubuntu 19.04 disco (1 reply)
What is the schedule of mysql-workbench works on ubuntu 19.04 disco?
View ArticleRunning multiple sql files (no replies)
Hello all, I need to load and run about 260 .sql files that each sets up a table. Each set up unfortunately calls the table the same name, so after the script runs, I need to change the name of the...
View ArticleDifference in load .sql data files (2 replies)
hello all, I am loading data files in .sql format into the same database. I'm trying to automate this. I have loaded the same file through the GUI and through a command prompt. The GUI produces no...
View ArticleUn/Comment keystroke moved from keypad slash to question mark in 8.0.16 (no...
In Workbench 8.0.16 I notice that the Comment/Uncomment command for SQL source code has been moved from CTRL-NUM/ (keypad slash key) to CTRL-?.
View Articleerror 1055: only_full_group_by (no replies)
I'm using latest Mysql Workbench 8.0.16 and I got error on some queries: Error Code: 1055. Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column ... which is not...
View ArticleMySQL 'secure-file-priv' Error (no replies)
I am using MySQL Workbench 8.0 I am trying to load data from a txt file into a table that I have created using LOAD DATA INFILE "C:/ProgramData/MySQL/MySQL Server 8.0/Data/SQLBook/calendar.txt" INTO...
View ArticleMultiples Issues Workbench 8.0.16 (1 reply)
Environment: - MacOS Mojave 10.14.4 - MySQL Workbench 8.0.16 14498383 CE (64bits) Issues: 1.- when editing a table / view in the EER diagram, it is not possible to close the editor that appears in the...
View ArticleNew bug in version 8.0.16 that does not exist in version 8.0.15 (1 reply)
The error below is only showing up when I use Workbench version 8.0.16, because if I use version 8.0.15 in the same database I do not see this error message. 19:03:18 Error loading schema content...
View Articletext base scripts in MyWorkbench (no replies)
I'm very new to SQL and MySQL (three or for days). I've read several books on SQL but just now starting to get hands on. I just installed the Community edition MySQL 8.0.16 to begin my learning curve....
View ArticleLOAD DATA security error (1 reply)
New to MySQL. Used 5 different RMDBMS' 20 years ago on OpenVMS OS. Using Windows 8.1, MySQL Server 8, and Workbench. Attempting to migrate a Hiking Log database for our hiking club into MySQL....
View ArticleDo I have to enter my password when I SSL authenticate with you? (no replies)
- Standard (TCP/IP) - Database: Azure Database for mysql - certification method: password, SSL If I connect the password without saving it in the 'Manager Server Connections', you will request it, and...
View ArticleConnection to MySQL server failed (no replies)
Hi, I just downloaded the latest version of MySQL workbench. When I tried to configure workbench to connect to my MySQL server, I'm getting Failed to connect error. I've confirm that all my password...
View ArticleError loading schema content (no replies)
I'm running MySQL Workbench 8.0.16 on macOS High Sierra version 10.13.6. When I open a connection, beneath the sys schema, it says that Tables, Views, Stored Procedures, and Functions could not be...
View Articleneed help on connection mysql workbench as nonroot/regular user (no replies)
dear: my school have imac have mysql workbench 6.5(mysql 5.1), I am not root, or a regular user, when I try to connect, it keep fail (by clicking (+), then click window/panel's (connect)(error (61)...
View ArticleWhere data are stored (2 replies)
Hello everyone, I am a newbie in mySQL. I am trying to find out where my SQL data files are stored. I am using my SQL 8.0 on Windows. Thanks
View ArticleWorkbench Timeout but Query still running on server (no replies)
We have a MySQL 5.7 environment and we had an issue recently where someone ran a large Select statement from Workbench, they got a timeout message from Workbench but the query was still running on the...
View ArticleForward Engineer or Synchronize (no replies)
Having created my model, I now need to 'transfer' that to the actual MySQL Server. But even after reading both topics in the WB manual, I am unclear which of the above procedures I should follow. I...
View ArticleBug in DEFAULT expr in column definition of Create table? (1 reply)
Running MySQL and WorkBench, both v8 on MacOS and trying to 'transfer' my model to the actual server (either Forward Engineer OR Synchronize) was causing an error due to my 'SQL syntax' which is odd...
View ArticleData Export Display height (no replies)
At my workplace, the height of the screen only goes to 768 pixels. Data Export page does not have a vertical scroll bar and so it is very difficult to use.
View Articlev8.0.16 - using variables prevents correct use of available indexes (1 reply)
I have a complex query that executed in <0.1s in v8.0.15, but takes >300s in v8.0.16! This is due to indexes not being used when I substitute values into a query using variables. Has this...
View Article