Using key and still cannot edit a table; cannot remove read-only in Workbench...
Hi, I'm new to Workbench and would like to know how to use it to change a read-only table. I have several tables that the developers set up and I edit the data via Workbench. There is one table that...
View Articletrigger creation (no replies)
Hi all I need to create a trigger on Entry table. The trigger is activated by the Before Insert event. for example if a newly inserted row has event_id 101 place 1, and there is a row with event_id...
View ArticleMySQL Workbench 5.2.42: Upgrade from MySQL Administrator, MySQL Query Browser...
MySQL Workbench 5.2.42: Upgrade from MySQL Administrator, MySQL Query Browser http://mysqlworkbench.org/?p=1493 WB 5.2 includes: - Model (upgrade from DBDesigner) - Query (upgrade from MySQL Query...
View ArticleCoordination of Workbench and Command Line Client (no replies)
I was able to create database objects in Workbench by running a DDL script that was created with my data modeling tool. Much to my chagrin, those tables weren't subsequently found using the Command...
View ArticleGetting refresh on Object Browser (no replies)
When I create or delete a schema using the SQL tab script, changes are updated in the object browser automatically. When I create or delete a table using the SQL tab script, changes are updated in the...
View ArticleUnistall MySQL Workbench 5.2 CE (no replies)
Hi guys I'm very new to MySQL and I want to uninstall MySQL Workbench 5.2 CE completely so that I may install it again completely cause I need to get rid of an error. but I looked around MySQL...
View ArticleCopy and Paste into MySQL? Bug #52036 (no replies)
Hi, Will this bug be resolved in a new release? Per Bug # 52036 (old bug from 2010 that still hasn't been fixed) http://bugs.mysql.com/bug.php?id=52036 Keyboard's CTRL+C, and CTRL+V are simply not...
View ArticleCan any one give mea link to database types and usage examples? (no replies)
Hi guys I am looking for a page that gives me a details descriptions of database types and proper usage! Ex, when to use int and when to use bigint. When to use text and when to use char so on and so...
View ArticleUnable to Start MySQL Workbench 5.2 (no replies)
Hi I'm unable to start MySQL WorkBench, it comes up with the "MySQL Workbench has stopped working" dialog and Windows shuts it down. I'm using Win 7 Pro 64 bit. I understand from searching the forum...
View ArticleIs there a 64-bit Windows version of Workbench 5.2? (no replies)
I only see 32-bit versions on the download page: http://www.mysql.com/downloads/workbench/
View ArticleCan't open connection to query through workbench (no replies)
When I try to open a connection to my local server instance through the workbench, it prompts me for my password and then just says "Connection Cancelled." I don't get any actual error message. It's...
View Articlechanging font size (3 replies)
Hi! I've been browsing for a while these fora and reported bugs and wasn't able to find an answer: please, how could I change editor font size/style? I can change color in Preferences tab, but I'm not...
View ArticleMYSQL Workbench not launching (2 replies)
Hi all i have installed mysql workbench and i am using it from past one month and suddenly from today morning workbench is not launching in ubuntu 11.04. when i click the workbench i can see screen...
View ArticleError #1064 when I export a SQL file from Workbench (1 reply)
Hello everyone, I have some troubles when I use MySQL Workbench, speciffically when I export a SQL using the software I mentioned above. I'm learning Yii framework, so I was doing some examples that...
View ArticleUnsort Table Columns in Object Info panel (no replies)
I can't find a way to show selected table's columns natural (non-aplha sorted) order in the Object Info tab in the Object Browser pane. When a table is selected, table columns are shown...
View Articleworkbench EER diagram (1 reply)
Hi there: I am using Workbench now to create an EER diagram. When creating some relations (1 to 1, 1 to N, etc), the diagram shows those relations in colors. Some lines are highlighted as blue or...
View ArticleWHERE STAYS TEMPORARY TABLES IN OBJECT BROWSER ? (no replies)
I can't find the temporary table in object browser. Where are they?
View ArticleObject Browser Column Sort Order (no replies)
*** SAME AS Walter K's POST FROM YESTERDAY *** I have created a table with over 200 columns, most of which are grouped logically in the table creation script. When I view them in the object browser...
View Articlecreating table with different schema other than dbo (18 replies)
In MS SQL Server I can create a table using the following naming syntax: [mydbname].[myschemaname].[mytable]. IMHO, schema is used in too many different ways but it's out of my control ;-) SQLS...
View ArticleExample Procedure can't run in workbench?? (1 reply)
Hello all, I am new to procedures, so not really sure if what I'm doing is correct. I am trying to run a simple procedure, from the example page in mysql.com. CREATE PROCEDURE doiterate(p1 INT) BEGIN...
View Article