Error in setting up WB New Server Instance (no replies)
Hello, I'm new to MYSQL. I'm trying to setup a new server instance at work on an iMac running MacOS X 10.6 with 3.6 GHz i3 and 4GB mem. I use all default settings but when it gets to Test Settings it...
View ArticleProblem chaining two many-to-many relationships (1 reply)
Hello, I was practising with an example that I was creating like the one below (where I was thinking about a movie being able to belong to many categories and a category being able to belong to have...
View ArticleMy Snippets (no replies)
I have created several SQL snippets that are specific to our architecture for maintenance, special ETL processes and the like. Sorry to say, that the titles of my snippets are not stored or presented...
View ArticleSQL Editor displayed when Edit Table display expected (no replies)
I installed MySQL Workbench Version 5.2.37 unto Ubuntu 10.04.4 operating system in a VMware (4.0.1 build 528992). All are operating on top of Windows 7 with Intel i7 with 8GB of RAM Installation and...
View Articlered marker on my view icon? (no replies)
Hi I'm trying to create a simple view on in my database (inside mysql workbench) The view is actually working but i get a red marker like something is wrong can anyone explain the error in this view:...
View ArticleNew to MySQL Workbench - how can I start? Please help. (2 replies)
Hi. I'm new here. I need some pinter to get started. I'd like to use MySQL Workbench for some datamodelling. Not for crating actual DB. Can you just create models with the workbench, without having a...
View ArticleStrange error when accessing Server Admin functions (no replies)
Hi All-- I installed Workbench on my mac and everything appears to be working properly, EXCEPT when I click on any of the Server Admin functions such as manage security, etc. I get the following error...
View Articleworkbench 5.2.37 (no replies)
Hi I install workbench 5.2.37 recently. But I found I can not find the toggle button (which can stick the query result and the new search will open a new window to be shown). Could you please tell me...
View Articlebackup database (no replies)
I would like to learn how to backup my database. Your help and informaiton is great appreciated, inung
View ArticleUnable To Create Table (1 reply)
Hey guys, so I have a basic create table script that I'm trying to run in the script editor. CREATE TABLE `tbltax` ( `AutoID` int(10) unsigned NOT NULL, `Tax1Name` varchar(3) DEFAULT NULL, `Tax1Rate`...
View Articletable, field, routine rights (no replies)
I would like know does MySql can assign user rights at field, table and routine level? I tried to grant rights to a user, but only have schema level, but no table, column or routine level. Your help...
View ArticleNeed "APPLY" buton for modeling (no replies)
I've used MySql for years along with the "old" query/admin tools. Now I'm learning the new model WorkBench (5.2.37 CE Rel 8576) and it seems very good overall. One thing I've missed, however, is an...
View ArticleInvalid Relationships (no replies)
Using Workbench 5.2.38 OSS How do I validate relationships between two tables? When I Forward Engineer sometimes I do not get errors, other times I get error(s) 1005:150, 121. I can create a one to...
View ArticleWorkbench 5.2.37 - elusive 'apply changes to data' button (no replies)
Hi, Any advice on how to reach the 'apply changes to data' button on the SQL Editor window would be greatly appreciated. It's location seems to have changed since version 5.2.31. Thanks
View ArticleObject Browser in Workbench not displaying schemas (no replies)
Hello I've just upgraded to the latest version of MySQL Workbench (5.2.38). However, when entering an SQL Editor screen, I find that the Object browser does not display my databases schemas, i.e. if I...
View Articlemysql_fetch_ ROW vs ARRAY (no replies)
Using PHP. Reading the man page descriptions I can't tell how fetch_row is different than fetch_array. q1 = mysql_query ("select ts, x, y, z from $sensor where ts > '$mytss' and ts < '$mytse%'...
View Article