Help unknow host (no replies)
Hi, I have a problem, when I try to connect to a database, I have the error : Host XXX.com is not allowed to connect to MySQL server. How can I remove the host ? I use MySQL Workbench
View ArticleRe: MySQL Workbench Error Code 1054 (no replies)
Hello, I am having an issue with MySQL Community Server Workbench. I input this command on MySQL File Queries and get this error Command: use CIA_DATA; SELECT * FROM new_table; SELECT Country, GDP,...
View ArticlePivot without aggregate or similar function? (no replies)
Have: Date Type Value 3/3/22 12:09 Apples 43 7/19/21 18:19 Oranges 25 3/3/22 12:09 Oranges 53 7/19/21 18:19 Apples 23 Need: Date Apples Value Oranges Value 3/3/22 12:09 43 53 7/19/21 18:19 23 25...
View ArticleDataType does not show in Form Editor (no replies)
When using Workbench I noticed in Form Editor the DataType "Year" will not show with data - it will always be blank. UTF8/InnoDB
View ArticleShared my.ini file for multiple MySQL Workbench connections?? (2 replies)
I have MySQL Server running on a Windows 11 machine. So when i launch Workbench on that machine it loads the my.ini file located 'locally' in C:\ProgramData\MySQL\MySQL Server 8.0\my.ini. This file...
View ArticleWorkbench Appearence (dark mode) (1 reply)
How to switch the workbench window color to dark mode. The toolbars follow the operating system but the body window is still blinding bright. There are plenty of tutorials for Windows OS, Mac and...
View ArticleMigrate MSSQL Database (10+GB database size) to MySQL community (no replies)
I'm trying to migrate MSSQL database to MySQL, using Workbench 8.0.29, but it seems it won't migrate all tables' all rows. Few tables have limitation with row size 65,535 and few having billions of...
View ArticleCannot Connect to Database Server: Type mismatch (3 replies)
MySQL Workbench Version 8.0.29 Build 1751076 CE (64 bits) When i try to connect to my Local instance MySQL80 using root (127.0.0.1:3306 i get the following error: ====================================...
View ArticleNeed help fixing com.mysql.cj.jdbc.Driver claims to not accept jdbcUrl (no...
I need help in fixing the above error, here is the datasource url I am using: jdbc:mysql://localhost:3306/testdB
View ArticleChanging the storage engine of existing database (1 reply)
Hello, Is there a way to change the storage engine of all tables of a database at once instead of manually changing of individual tables via 'alter table'? Thanks in advance
View Articledifficulty searching multiple tables from MySQL Workbench (1 reply)
Hi, I have a problem with searching texts in MySQL Workbench. When I highlight multiple tables (say 100) and try to search some texts in it, it stops after searching some of the tables. I can repeat...
View ArticleMySQL Shell for VS Code 1.3.2+8.0.30 Preview (no replies)
MySQL Shell for VS Code 1.3.2+8.0.30 Preview - https://marketplace.visualstudio.com/items?itemName=Oracle.mysql-shell-for-vs-code
View ArticleEditor regularly locks up (no replies)
v 8.0.30 hello - For the past couple of years or so, i have noticed that when editing a large sql statement, the workbench editor will intermittently lock up for 10-15 seconds. my workaround is just...
View ArticleMysql Work bench Mysql Connection Error (no replies)
When i am trying to connect my database to mysql workbench it shows cannot connect to database server your connection attempt failed for user 'root' to the mysql server at 127.0.0.1:3306; Malformed...
View ArticleSupport for Apple M1 ? (no replies)
I have mySQL server installed on my iMAC (x86_64) with workbench and this works well. I also have a macBookPro Apple M1 (arm64), server is installed and works, but is there a GUI/Workbench available...
View ArticleMySQL Workbench Crashes When Starting SQL Server (no replies)
MySQL Workbench Crashes When Starting SQL Server I Am Totally New To SQL Programming And I Just Created An SQL Server But When I Go To Launch It, It Crashes. Then I Have Nothing To Do, But End The...
View ArticleFix for the the "Table Data Import Wizard". (no replies)
In MySQL Workbench, the "Table Data Import Wizard" does not work properly and people have been complaining about it all over the Internet for several years now. I encountered this issue today myself,...
View ArticleWorkbench update query unresponsive (6 replies)
The mind boggles. All of a sudden Mysql Workbench (8.0) does not update even the simples of queries. Eg. my table create statement is : CREATE TABLE `test1` ( `date` date DEFAULT NULL, `Date1` date...
View ArticleSolving Arabic language issue (no replies)
dear college I have a problem related to Arabic language in MySQL workbench below steps I followed to create a new database I open MYSQL and create new database then I go to my database in excel file...
View ArticleWorkbench 8.0 Utilities - copy as PHP code (no replies)
Is it possible to change & store the default variables used anywhere? i.e. $con, $query See below. Thanks $con = new mysqli($host, $user, $password, $dbname, $port, $socket) or die ('Could not...
View Article