Insert query not working in workbench (no replies)
Hi, I am using insert query but it is giving an error and i have to enter primary key column in query like this insert into table values(column1, column2, column3.....) (Not Working) insert into table...
View ArticleExport schema mysql in workbench (no replies)
Hi, Workbench 6.3. In the left pane I can see all the of the schemas including mysql and I can select mysql as target database in data import but the internal schemas cannot be selected for export. As...
View ArticleError Migrating Access DB (no replies)
Hello everyone! I am using MySQL on my mac and I am trying to migrate an Access DB that I created to MySQL. I get to the Fetch Schemas List step when I get the following error: Error("('HY000',...
View ArticleMYSQL Workbench - where is the content of my tables (no replies)
I have a database with multiple tables that contain data opened in Workbench. When I click on a table of a DB/schema in the left column, the main window doesn't show me the "SQL View Panel" that...
View ArticleWorkbench 6.3.6 EER Diagram not displaying (no replies)
When generating an EER diagram from an existing schema, the diagram generates, but the display panel only shows fragments from other windows. You can see the object is the view port on the Left and if...
View ArticleCreating A New Database On The C:\ Drive (1 reply)
Hello, I have MySQL Workbench 6.3 installed on a PC with Wndows 7 64-bit. This is my own personal PC and I'm looking to create a new database and save it to a folder on the C:\ drive. The part where...
View ArticleQuery ignoring a condition in the "where" clause (1 reply)
I have two tables; Table A with columns "id", "u_time" (of type datetime), "time_id" (of type int). Table B (which was built as a time dimension), which holds all possible dates between 2000-2010,...
View ArticleResults pane sidebar pain (1 reply)
Is there a way to turn off the pop-out thing on the right hand side of the results pane? (The one with the options for Results Grid, Form Editor, Field Types ...) I've got big hands (do a lot of...
View ArticlePlugin '' is not loaded (no replies)
Hello, after first installation of Workbench 6.0 and restore of an database-dump-file (.SQL) a cannot connect to database any longer. Error Message: "Cannot connect to database server - your...
View ArticleParameter CLIENT_MULTI_RESULTS (no replies)
Good morning! How can i set the value of parameter CLIENT_MULTI_RESULTS? Thanks!
View ArticleSELECT denied to mysq.user on export. (no replies)
Hi, This is the first time I stumbled upon something like this. When exporting database I get: Error executing 'SELECT * FROM mysql.user WHERE User='user' AND Host='host' ORDER BY User, Host' SELECT...
View ArticleUsing Mysql Workbench commandline to Load data (1 reply)
Hello, I want to use Mysql Workbench commandline on Windows 7 to load data into Mysql database using "load data local...." It should be able to connect to a named mysql connection preset on my...
View ArticleError during charset conversion of wstring (no replies)
Hi I am getting following error while migrating data from SQL server 2012 to MySQl56 I have even tried with UTF8 character set but still persisting with the same error any help in this regards is...
View ArticleMysql Workbench fails to open on windows 10 (4 replies)
Goodmorning everyone. I'm looking for someone helping me to solve the following problem. After installing Windows 10 OS, I kept downloading mysql-installer-community-5.7.12.0.msi and executed it...
View ArticleWorkbench 6.1 (1 reply)
I have MySQL 5.6 and MySQL Workbench 6.1 on my Windows Server 2008 R2. I have a database (demo1) that is in: C:\ProgramData\MySQL\MySQL Server 5.6\Data How can I load this database so that I can see...
View ArticleMalformed packet while connecting to remote DB (1 reply)
Hi all, I have a remote MySQL DB, I don't know the version exactly but I can connect using HEIDI client without problems. When I try to connect to the DB using workbench I get this error: "Malformed...
View ArticleAndroid MySQL administrator (no replies)
Hello, can someone recommend a MySQL Administrator for Android OS? There are a lot of ocassions I found myself out and need to query or update the database.
View Articledb.query.Editor.executeScriptAndOutputToGrid - Do not show reusult Grid (no...
I'm trying to execute following simple.py script: import grt editor = grt.root.wb.sqlEditors[0] test_rs=editor.executeScriptAndOutputToGrid('SELECT SCHEMA_NAME my_schemas FROM...
View ArticleMySQL Workbench - Connection Warning Workbech (no replies)
Morning, I am new on MySQL, but old in PLSQL, and... I need help. I am trying to make my first connection to MySQL Server. Having the last xampp version instaled and working, the Workbench comes out...
View Article