<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>MySQL Forums - Workbench - Database Modeling</title>
        <description>Forum for general discussions about MySQL Workbench.</description>
        <link>http://forums.mysql.com/list.php?153</link>
        <lastBuildDate>Tue, 24 Nov 2009 20:32:11 +0000</lastBuildDate>
        <generator>Phorum 5.2.1-alpha</generator>
        <item>
            <guid>http://forums.mysql.com/read.php?153,291800,291800#msg-291800</guid>
            <title>MySQL Workbench 5.2.8 (BETA 1): Upgrade from MySQL Administrator, MySQL Query Browser (no replies)</title>
            <link>http://forums.mysql.com/read.php?153,291800,291800#msg-291800</link>
            <description><![CDATA[ WB 5.2.8 includes: <br />
- Model (upgrade from DBDesigner) <br />
- Query (upgrade from MySQL Query Browser) <br />
- Admin (upgrade from MySQL Administrator) <br />
- SSH-Tunnel (new) <br />
<br />
Quick-Start Tutorial: <br />
<a rel="nofollow"  href="http://wb.mysql.com/?p=406">http://wb.mysql.com/?p=406</a> <br />
<br />
Download WB 5.2: <br />
<a rel="nofollow"  href="http://dev.mysql.com/downloads/workbench/">http://dev.mysql.com/downloads/workbench/</a>]]></description>
            <dc:creator>Edwin DeSouza</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Wed, 18 Nov 2009 19:45:06 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?153,291237,291237#msg-291237</guid>
            <title>How to link two tables? (6 replies)</title>
            <link>http://forums.mysql.com/read.php?153,291237,291237#msg-291237</link>
            <description><![CDATA[ I have a few tables<br />
Table1: PatientInfo<br />
Table2: Study<br />
Table3: Series<br />
Table4: Images<br />
<br />
A Patient Can have 0 or more Studies.<br />
A Study can have 1 or more Series.<br />
A Series can have 1 or more Images.<br />
<br />
I have a PatientID, StudyID, SeriesID and an ImageID which are all unique identifiers for each table.<br />
<br />
When I am drawing the entity relation ship diagram and want to link the two tables, i.e. link PatientInfo &gt;&gt;-----&gt; StudyInfo<br />
What table element (if any) do they share?]]></description>
            <dc:creator>Brian O'Brien</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Fri, 20 Nov 2009 08:03:54 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?153,291042,291042#msg-291042</guid>
            <title>Federated Tables and the connection (1 reply)</title>
            <link>http://forums.mysql.com/read.php?153,291042,291042#msg-291042</link>
            <description><![CDATA[ Hi,<br />
<br />
I have searched the forum here, but to no avail. At the end of a CREATE TABLE statement when you create a federated table , there is a connection table option, and as the manual states: &quot;Before MySQL 5.0.13, use COMMENT rather than CONNECTION&quot;<br />
<br />
My question is, how to add a connection string to a federated table creation statement in Workbench? I regularly use version 5.1.18 (for Windows) but have also checked the most recent Apha, but there does not seem to be a way of adding the connection string and using &quot;CONNECTION=&quot;. I just tried it and exported the schema and not surprisingly I got this mangled mess:<br />
<br />
COMMENT = 'CONNECTION=\'mysql://reader:secret_password@ipaddress/database/table\'';<br />
<br />
Is there a way of doing this, or am I going to have to edit the export every time?<br />
<br />
Thanks in advance,<br />
<br />
Stephen]]></description>
            <dc:creator>Stephen Barton</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Mon, 16 Nov 2009 08:10:40 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?153,290799,290806#msg-290806</guid>
            <title>USING AND OPERATOR (-1 replies)</title>
            <link>http://forums.mysql.com/read.php?153,290799,290806#msg-290806</link>
            <description><![CDATA[  -- moved topic -- ]]></description>
            <dc:creator>Nisha Chandran</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Thu, 12 Nov 2009 05:06:09 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?153,290793,290793#msg-290793</guid>
            <title>Kontrollbase Data Model (1 reply)</title>
            <link>http://forums.mysql.com/read.php?153,290793,290793#msg-290793</link>
            <description><![CDATA[ Kontrollbase Data Model:<br />
<a rel="nofollow"  href="http://kontrollsoft.com/archives/522">http://kontrollsoft.com/archives/522</a><br />
<a rel="nofollow"  href="http://kontrollsoft.com/downloads/kontrollbase_schema-rev219.pdf">http://kontrollsoft.com/downloads/kontrollbase_schema-rev219.pdf</a>]]></description>
            <dc:creator>Edwin DeSouza</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Thu, 12 Nov 2009 17:03:27 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?153,288560,288560#msg-288560</guid>
            <title>diferent line colors for relationships (1 reply)</title>
            <link>http://forums.mysql.com/read.php?153,288560,288560#msg-288560</link>
            <description><![CDATA[ it could be great to specify diferent colors for lines representig relationships between tables, this can help to trace a relationship with multiple relations crossing lines, the new version 5.2.6 alpha has the ability to specify color for the tables but not for the lines<br />
<br />
thanks]]></description>
            <dc:creator>Marco Flores</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Thu, 29 Oct 2009 22:41:21 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?153,288081,289030#msg-289030</guid>
            <title>primary key type (VARCHAR vs. INT) (-1 replies)</title>
            <link>http://forums.mysql.com/read.php?153,288081,289030#msg-289030</link>
            <description><![CDATA[  -- moved topic -- ]]></description>
            <dc:creator>Szabolcs Király</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Tue, 27 Oct 2009 10:29:08 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?153,287984,287984#msg-287984</guid>
            <title>Problems importing a creation script that specifies 'Storage Disk' (1 reply)</title>
            <link>http://forums.mysql.com/read.php?153,287984,287984#msg-287984</link>
            <description><![CDATA[ Hello!<br />
<br />
When I use MySQL Workbench to import a database creation script, it skips all the tables that specify 'storage disk' on a column.<br />
<br />
It looks like MySQL Workbench does not understand the syntax for storing columns of ndbcluster tables on disk.<br />
<br />
Is there a work-around for this?<br />
<br />
What do other people do?]]></description>
            <dc:creator>Mike van Lammeren</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Tue, 27 Oct 2009 13:43:24 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?153,287340,287340#msg-287340</guid>
            <title>MySQL Workbench 5.2.6 (ALPHA): SSH-Tunnel, Administrator, Query Browser (no replies)</title>
            <link>http://forums.mysql.com/read.php?153,287340,287340#msg-287340</link>
            <description><![CDATA[ WB 5.2.6 now includes: <br />
- MySQL Query Browser (Feature Complete) <br />
- SSH-Tunnel (Feature Complete) <br />
- MySQL Administrator (Not Complete yet) <br />
<br />
We need your help, testing &amp; feedback! <br />
<br />
Download WB 5.2: <br />
<a rel="nofollow"  href="http://dev.mysql.com/downloads/workbench/">http://dev.mysql.com/downloads/workbench/</a> <br />
<br />
MySQLWorkbench: SSH-Tunnel <br />
<a rel="nofollow"  href="http://wb.mysql.com/?p=370">http://wb.mysql.com/?p=370</a> <br />
<br />
MySQL Workbench: Administrator <br />
<a rel="nofollow"  href="http://wb.mysql.com/?p=374">http://wb.mysql.com/?p=374</a> <br />
<br />
MySQL Workbench 5.2: Features of MySQL Query Browser <br />
<a rel="nofollow"  href="http://dev.mysql.com/workbench/?p=229">http://dev.mysql.com/workbench/?p=229</a> <br />
<br />
MySQL Workbench 5.2: QuickTour of Query Browser <br />
<a rel="nofollow"  href="http://dev.mysql.com/workbench/?p=230">http://dev.mysql.com/workbench/?p=230</a>]]></description>
            <dc:creator>Edwin DeSouza</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Wed, 21 Oct 2009 21:23:14 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?153,286926,286926#msg-286926</guid>
            <title>Auto table column generation - snippet/plugin (1 reply)</title>
            <link>http://forums.mysql.com/read.php?153,286926,286926#msg-286926</link>
            <description><![CDATA[ Gurus -<br />
<br />
I am looking to have bunch of columns created by default when a table been dragged and created on the canvas. Some thing like 'id' column gets created. It is a common practice on the larger DB designs which captures createdOn, updatedOn, activityStatus, userId ...etc on all the tables. I have 75+ entities that I have to model I don't want to create them by hand every time, it take long time to sync up all.<br />
<br />
Wondering is the a snippet/script or plugin which can resolve such issue.<br />
<br />
Appreciate your response/help.]]></description>
            <dc:creator>Meher Saride</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Wed, 21 Oct 2009 06:54:16 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?153,286467,286467#msg-286467</guid>
            <title>PHP Propel 1.3 plugin for MySQL Workbench (no replies)</title>
            <link>http://forums.mysql.com/read.php?153,286467,286467#msg-286467</link>
            <description><![CDATA[ Propel (PHP):<br />
  <a rel="nofollow"  href="http://propel.phpdb.org/trac/">http://propel.phpdb.org/trac/</a><br />
  <a rel="nofollow"  href="http://www.diloc.de/blog/downloads/PropelExport.grt.lua">http://www.diloc.de/blog/downloads/PropelExport.grt.lua</a><br />
  <a rel="nofollow"  href="http://www.diloc.de/blog/2009/10/14/mysql-workbench-propel-export-plugin-v05/">http://www.diloc.de/blog/2009/10/14/mysql-workbench-propel-export-plugin-v05/</a>]]></description>
            <dc:creator>Edwin DeSouza</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Fri, 16 Oct 2009 03:52:14 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?153,286207,286207#msg-286207</guid>
            <title>Suggestion: Grayed column properties in EER (1 reply)</title>
            <link>http://forums.mysql.com/read.php?153,286207,286207#msg-286207</link>
            <description><![CDATA[ Hello,<br />
May I suggest an improvement to MySQL Workbench:<br />
<br />
Currently, the column names and the column properties in the EER Diagram are both shown in the table box (which is very handy).<br />
<br />
ex.: column_name INT(11)<br />
col_name VARCHAR(255)<br />
<br />
However this creates visual noise and the column name readability decreases dramatically. If you could make the properties of a lighter color (gray) than the column name, it would be a big plus to the visual modeling.<br />
<br />
My compliments for the great software.<br />
<br />
Slava]]></description>
            <dc:creator>Slava Dev</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Fri, 16 Oct 2009 06:46:30 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?153,285361,285361#msg-285361</guid>
            <title>Strange graphical error after reopening (2 replies)</title>
            <link>http://forums.mysql.com/read.php?153,285361,285361#msg-285361</link>
            <description><![CDATA[ On the ERR Diagram, after reopening my mwb file i get this - <br />
<br />
<a rel="nofollow"  href="http://semisolid.webvantage.com.au/dev/mywb.jpg">http://semisolid.webvantage.com.au/dev/mywb.jpg</a><br />
<br />
If you notice that there is a strange little graphic where a table should be, the specified table has disappeared, but still shows under the catalog section of the program. <br />
<br />
I synch okay with the database no issues there but this graphical error has me a bit concerned.]]></description>
            <dc:creator>James Biviano</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Sun, 22 Nov 2009 07:02:20 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?153,285106,285106#msg-285106</guid>
            <title>MySQL Workbench 5.2.4 (ALPHA): SSH-Tunnel, Administrator, Query Browser. (no replies)</title>
            <link>http://forums.mysql.com/read.php?153,285106,285106#msg-285106</link>
            <description><![CDATA[ WB 5.2.4 now includes: <br />
- MySQL Query Browser (Feature Complete) <br />
- SSH-Tunnel (Feature Complete) <br />
- MySQL Administrator (Not Complete yet) <br />
<br />
We need your help, testing &amp; feedback! <br />
<br />
Download WB 5.2.4: <br />
<a rel="nofollow"  href="http://dev.mysql.com/downloads/workbench/">http://dev.mysql.com/downloads/workbench/</a> <br />
<br />
MySQLWorkbench: SSH-Tunnel <br />
<a rel="nofollow"  href="http://wb.mysql.com/?p=370">http://wb.mysql.com/?p=370</a> <br />
<br />
MySQL Workbench: Administrator <br />
<a rel="nofollow"  href="http://wb.mysql.com/?p=374">http://wb.mysql.com/?p=374</a> <br />
<br />
MySQL Workbench 5.2: Features of MySQL Query Browser <br />
<a rel="nofollow"  href="http://dev.mysql.com/workbench/?p=229">http://dev.mysql.com/workbench/?p=229</a> <br />
<br />
MySQL Workbench 5.2: QuickTour of Query Browser <br />
<a rel="nofollow"  href="http://dev.mysql.com/workbench/?p=230">http://dev.mysql.com/workbench/?p=230</a>]]></description>
            <dc:creator>Edwin DeSouza</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Thu, 08 Oct 2009 00:25:15 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?153,284029,284029#msg-284029</guid>
            <title>MySQL Workbench:  Free and easy schema diff and schema synch (no replies)</title>
            <link>http://forums.mysql.com/read.php?153,284029,284029#msg-284029</link>
            <description><![CDATA[ MySQL Workbench:  Free and easy schema diff and schema synch<br />
<a rel="nofollow"  href="http://www.pythian.com/news/4162/free-and-easy-schema-diff-and-patch">http://www.pythian.com/news/4162/free-and-easy-schema-diff-and-patch</a>]]></description>
            <dc:creator>Edwin DeSouza</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Wed, 30 Sep 2009 16:38:59 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?153,283344,283344#msg-283344</guid>
            <title>Adding foreign keys with &amp;quot;Place a ... Relationship&amp;quot; button (1 reply)</title>
            <link>http://forums.mysql.com/read.php?153,283344,283344#msg-283344</link>
            <description><![CDATA[ with the &quot;Place a ... Relationship&quot; buttons, i cant seem to specify which column i want to relationships to be placed for. thus creating a extra column everytime i add a relationship between differently named columns eg. id -&gt; user. <br />
<br />
anyway to fix this? now i will either create a relationship with the &quot;Foreign Keys&quot; tab. but its a bit more troublesome as i have to name the relationship myself and slower then placing relationships with clicks.]]></description>
            <dc:creator>iceangel89 LLL</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Mon, 28 Sep 2009 05:45:04 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?153,282963,282963#msg-282963</guid>
            <title>printing multi page diagram to a single A4 page (1 reply)</title>
            <link>http://forums.mysql.com/read.php?153,282963,282963#msg-282963</link>
            <description><![CDATA[ Is there a way to print a multi page diagram to a single A4 page?]]></description>
            <dc:creator>Ian Hayes</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Mon, 28 Sep 2009 05:55:45 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?153,282929,282929#msg-282929</guid>
            <title>Export  as PDF more than 1 page (1 reply)</title>
            <link>http://forums.mysql.com/read.php?153,282929,282929#msg-282929</link>
            <description><![CDATA[ MySQL Workbench 5.03.<br />
<br />
Is it possible to export the diagram as PDF in more than 1 page?<br />
<br />
My diagram has too much to be fitted in single A4 page and my office has no A3 paper unfortunately.<br />
<br />
If I can export the diagram in 2 or more pages, then I can print it in pages and the diagram will be much bigger.]]></description>
            <dc:creator>Alan Tse</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Mon, 28 Sep 2009 06:12:54 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?153,282031,282031#msg-282031</guid>
            <title>Migration from Workbench (no replies)</title>
            <link>http://forums.mysql.com/read.php?153,282031,282031#msg-282031</link>
            <description><![CDATA[ Hi everyone, did someone can help me I build my model in workbench, and when I try to copy my query There is one that I can copy, I have MAMP, And this is my query<br />
<br />
CREATE  TABLE IF NOT EXISTS `global`.`tblCandidato` (<br />
  `idCandidato` INT NOT NULL AUTO_INCREMENT ,<br />
  `intFechaAlta` INT NOT NULL DEFAULT today COMMENT 'Poner la fecha de su alta a GlobalMx' ,<br />
  `intVigenteHasta` INT NOT NULL ,<br />
  `txtPaterno` VARCHAR(25) NOT NULL COMMENT 'No puede estar vacío' ,<br />
  `txtMaterno` VARCHAR(25) NULL COMMENT 'Puede ser vacío' ,<br />
  `txtNombre` VARCHAR(25) NOT NULL ,<br />
  `intSexo` TINYINT NOT NULL DEFAULT 0 COMMENT '0 para hombre 1 para mujer' ,<br />
  `intEstadoCivil` TINYINT NOT NULL ,<br />
  `intNacio` INT NOT NULL ,<br />
  `txtCorreo` VARCHAR(75) NOT NULL ,<br />
  `txtPass` VARCHAR(15) NOT NULL ,<br />
  `txtAlias` VARCHAR(45) NULL COMMENT 'Seudónimo para los que no quieren que se vea su nombre' ,<br />
  `txtDomicilio` VARCHAR(140) NULL ,<br />
  `intCodigo` SMALLINT NULL ,<br />
  `txtTelefonoContacto` VARCHAR(15) NULL ,<br />
  `txtTelefonoCelular` VARCHAR(15) NULL ,<br />
  `intHorarioContacto` TINYINT NOT NULL DEFAULT 0 COMMENT '0 es diurno 1 es nocturno' ,<br />
  `intAceptaCorrespondencia` TINYINT NOT NULL DEFAULT 1 COMMENT '0 para los que no quieren recibir y mostrar su domicilio personal, solo el Código Postal y el 1 para los que aceptan' ,<br />
  `intPromoverme` TINYINT NOT NULL DEFAULT 0 COMMENT '0 para mostrar el CV, 1 no lo promueve' ,<br />
  `tblPaises_idtblPaises` INT NOT NULL ,<br />
  `txtCualidad` VARCHAR(45) NULL ,<br />
  `txtDefecto` VARCHAR(45) NULL ,<br />
  `txtPasatiempo` VARCHAR(45) NULL ,<br />
  `intCV` TINYINT NOT NULL ,<br />
  `intCartas` TINYINT NOT NULL ,<br />
  `intEstudios` TINYINT NOT NULL ,<br />
  `intExperiencia` TINYINT NOT NULL ,<br />
  `intHabilidades` TINYINT NOT NULL ,<br />
  `intIdiomas` TINYINT NOT NULL ,<br />
  `intTrayectoria` TINYINT NOT NULL ,<br />
  `intFechaActualiza` INT NOT NULL ,<br />
  PRIMARY KEY (`idCandidato`) ,<br />
  INDEX `fk_tblCandidato_tblPaises1` (`tblPaises_idtblPaises` ASC) ,<br />
  CONSTRAINT `fk_tblCandidato_tblPaises1`<br />
    FOREIGN KEY (`tblPaises_idtblPaises` )<br />
    REFERENCES `global`.`tblPaises` (`idtblPaises` )<br />
    ON DELETE NO ACTION<br />
    ON UPDATE NO ACTION)<br />
ENGINE = InnoDB<br />
COMMENT = 'Contiene la información básica de un candidato'<br />
<br />
And I get this error:<br />
<br />
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'today COMMENT 'Poner la fecha de su alta a GlobalMx' , `intVigenteHasta` INT ' at line 3<br />
<br />
I hope someone can help me.<br />
<br />
Best regards]]></description>
            <dc:creator>Abraham Segura</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Sat, 19 Sep 2009 05:17:58 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?153,281394,281394#msg-281394</guid>
            <title>MySQL Workbench 5.2.3 (ALPHA): Query Browser is Feature Complete! (no replies)</title>
            <link>http://forums.mysql.com/read.php?153,281394,281394#msg-281394</link>
            <description><![CDATA[ WB 5.2.3 now includes a Feature Complete implementation of the next-gen MySQL Query Browser. We need your help, testing &amp; feedback! <br />
<br />
Download WB 5.2.3: <br />
<a rel="nofollow"  href="http://dev.mysql.com/downloads/workbench/">http://dev.mysql.com/downloads/workbench/</a> <br />
<br />
MySQL Workbench 5.2: Features of MySQL Query Browser <br />
<a rel="nofollow"  href="http://dev.mysql.com/workbench/?p=229">http://dev.mysql.com/workbench/?p=229</a> <br />
<br />
MySQL Workbench 5.2: QuickTour of Query Browser <br />
<a rel="nofollow"  href="http://dev.mysql.com/workbench/?p=230">http://dev.mysql.com/workbench/?p=230</a>]]></description>
            <dc:creator>Edwin DeSouza</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Tue, 15 Sep 2009 21:32:35 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?153,281268,281268#msg-281268</guid>
            <title>EER Diagrams auto-resizing (2 replies)</title>
            <link>http://forums.mysql.com/read.php?153,281268,281268#msg-281268</link>
            <description><![CDATA[ Hello,<br />
<br />
I'm using version 5.1.18 of WB on Windows. I have a number of EER Diagrams and WB allows me to manually resize the tables so that all columns and indexes are visible, but whenever I close and re-open WB it has forgotten the manual settings and has collapsed all the tables down and hidden most of the columns.<br />
<br />
Is this a configurable option? As I am spending a fair amount of time resizing the tables each time I export the diagram to PDF or PNG.<br />
<br />
Many thanks in advance,<br />
<br />
Jonathan]]></description>
            <dc:creator>Jonathan Wilmot</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Wed, 16 Sep 2009 10:10:46 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?153,281149,281149#msg-281149</guid>
            <title>Can't View New Windows (1 reply)</title>
            <link>http://forums.mysql.com/read.php?153,281149,281149#msg-281149</link>
            <description><![CDATA[ I probably just have some setting disabled, but I am having a problem viewing new windows. If I select the &quot;View&quot; menu from the top bar, then go to &quot;Windows&quot; and select a window to view, for example &quot;Catalog&quot;, it just momentarily flashes on the screen and then closes. If it has something to do with my resolution, I am working at 1680x1050. Any help is appreciated. <br />
<br />
Also, I cannot add an existing table to an EER diagram by following the given instructions of &quot;right clicking on the vertical toolbar&quot;. Right clicking does absolutely nothing on any of the toolbar options. Again, thanks for any help.]]></description>
            <dc:creator>Ben Polk</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Wed, 16 Sep 2009 06:09:15 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?153,281070,281070#msg-281070</guid>
            <title>Remove Schema from Model (1 reply)</title>
            <link>http://forums.mysql.com/read.php?153,281070,281070#msg-281070</link>
            <description><![CDATA[ I am using Workbench on the Mac.<br />
<br />
For some reason it has added the mydb schema to my model and wants to add new tables to it by default.<br />
<br />
How can I remove this schema from my model? The model page allows you to delete a schema but no option to select one. Also I cannot delete a table from this mydb schema as I can't select it. The Catalog tree doesn't have options for deleting either.<br />
<br />
Thanks,<br />
<br />
Damian.]]></description>
            <dc:creator>Damian Harvey</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Mon, 14 Sep 2009 10:49:11 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?153,280847,280847#msg-280847</guid>
            <title>cannot see relationships in EER diagram (1 reply)</title>
            <link>http://forums.mysql.com/read.php?153,280847,280847#msg-280847</link>
            <description><![CDATA[ I cannot see the relationships. <br />
<br />
diagram is not worth much without them.]]></description>
            <dc:creator>Belinda Weinbrecht</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Mon, 14 Sep 2009 06:46:33 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?153,280493,280493#msg-280493</guid>
            <title>Adding &amp;quot;ALTER TABLE&amp;quot; command to FWD Engineer (5 replies)</title>
            <link>http://forums.mysql.com/read.php?153,280493,280493#msg-280493</link>
            <description><![CDATA[ I need to set the AUTO_INCREMNET starting point for a table.<br />
I would like to add the command &quot;ALTER TABLE foo AUTO_INCREMENT 100&quot; to the SQL created by the Export-&gt;Forward Engineer SQL CREATE Script.  I can add a procedure, but I can't see how to call it automatically.  I don't want to have to modify the generated SQL script every time I generate it.<br />
<br />
Regards, <br />
Dan]]></description>
            <dc:creator>Dan Cook</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Mon, 14 Sep 2009 07:31:35 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?153,280426,280426#msg-280426</guid>
            <title>Strange Dot after table name on catalog view (2 replies)</title>
            <link>http://forums.mysql.com/read.php?153,280426,280426#msg-280426</link>
            <description><![CDATA[ Hi,<br />
<br />
I've observed recently that a strange black dot is after the name on some tables in the catalog view. I can also see that when expanding the table only the primary key is visible on the fields list, while on the tables that do not have this strange dot all the fields are listed.<br />
<br />
Am i missing something or is this a bug???<br />
<br />
It began with the 5.1.18 release as far as i'm concerned<br />
<br />
Any idea?]]></description>
            <dc:creator>jaume mussons</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Sat, 12 Sep 2009 15:36:19 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?153,280065,280065#msg-280065</guid>
            <title>Table miniaturises all by itself (4 replies)</title>
            <link>http://forums.mysql.com/read.php?153,280065,280065#msg-280065</link>
            <description><![CDATA[ Hi, can anyone help me please? I made an EER diagram with some joins. When I open up my diagram some of the tables are completely miniaturised, but the relationship still shows. I can't find a way of restoring the miniature tables, except to delete the relationship, and then zoom in to the mini-icon and then stretch it again.<br />
<br />
Can someone please tell me what causes this and how to avoid/fix it?<br />
<br />
Thanks,<br />
<br />
Karel]]></description>
            <dc:creator>Karel Chlebek</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Wed, 16 Sep 2009 10:12:02 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?153,280049,280049#msg-280049</guid>
            <title>Adding a FULLTEXT Index (1 reply)</title>
            <link>http://forums.mysql.com/read.php?153,280049,280049#msg-280049</link>
            <description><![CDATA[ Hi,<br />
<br />
I am trying to add a FULLTEXT index to a column in a table using Workbench. I am using 5.2.1 Alpha for Linux (on Ubuntu).<br />
<br />
The column in question is of data type 'TEXT'. So on the 'Indexes' tab in edit table, I have clicked on a new row, given the index a name, selected 'FULLTEXT' as the type, but then I am not able to select any of the checkboxes denoting columns, most importantly, the column I want to index.<br />
<br />
Is this a bug I need to report, or am I missing something here?<br />
<br />
Thanks,<br />
Stephen]]></description>
            <dc:creator>Stephen Barton</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Mon, 07 Sep 2009 12:09:39 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?153,279669,279669#msg-279669</guid>
            <title>MySQL Workbench 5.1.18 (GA): Win, Linux, Mac (Snow Leopard) (no replies)</title>
            <link>http://forums.mysql.com/read.php?153,279669,279669#msg-279669</link>
            <description><![CDATA[ MySQL Workbench 5.1.18 (GA): Win, Linux, Mac (Snow Leopard) <br />
<br />
Latest fixes: <br />
<a rel="nofollow"  href="http://dev.mysql.com/workbench/?page_id=49">http://dev.mysql.com/workbench/?page_id=49</a> <br />
<br />
Download: <br />
<a rel="nofollow"  href="http://dev.mysql.com/downloads/workbench/5.1.html">http://dev.mysql.com/downloads/workbench/5.1.html</a> <br />
<br />
Discussions: <br />
<a rel="nofollow"  href="http://forums.mysql.com/index.php?151">http://forums.mysql.com/index.php?151</a>]]></description>
            <dc:creator>Edwin DeSouza</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Thu, 03 Sep 2009 21:10:15 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?153,279503,279503#msg-279503</guid>
            <title>Multiple database modelling in workbench (2 replies)</title>
            <link>http://forums.mysql.com/read.php?153,279503,279503#msg-279503</link>
            <description><![CDATA[ Hi, I got a seemly peculiar situation in which I have to follow the development of several DBs (all on same server) many of wich are interconnected but reguard different applications. The number of DBs is in the order of 20, but in the physical schemata view I cannot select those that get &quot;out of screen&quot; (I can still see them in the catalog or choose from them when creating models). The workaround is to change screen resolution so that more names can get represented in the horizontal space, but this seems quite absurd.<br />
Is this a known limitation, a bug, or am I missing something so obvious I cannot see it? I've already tried to left and right click on the physiscal schemata borders and to use all the classic interaction means to &quot;enlarge&quot; the row, but to no avail.<br />
Thanks in advance for any help or advice you can give me (apart from &quot;reduce your number of DBs&quot; :-)),<br />
<br />
Matteo<br />
<br />
PS <br />
To reproduce what I'm sayng, just create some 10 DBs and try to select the last from the physical schemata view.]]></description>
            <dc:creator>Matteo Artuso</dc:creator>
            <category>Workbench - Database Modeling</category>
            <pubDate>Thu, 03 Sep 2009 09:51:55 +0000</pubDate>
        </item>
    </channel>
</rss>
