<?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 - SQL Browser, Editor, Refactor</title>
        <description>Forum for SQL Browser, Editor and Refactor.</description>
        <link>http://forums.mysql.com/list.php?161</link>
        <lastBuildDate>Wed, 19 Jun 2013 06:03:14 +0000</lastBuildDate>
        <generator>Phorum 5.2.19</generator>
        <item>
            <guid>http://forums.mysql.com/read.php?161,588764,588764#msg-588764</guid>
            <title>&quot;Close Tab&quot;-Accelerator under Windows (no replies)</title>
            <link>http://forums.mysql.com/read.php?161,588764,588764#msg-588764</link>
            <description><![CDATA[ Hello,<br />
<br />
in earlier Versions of the mySQL Workbench it was possible to close the <br />
current (query-browser-)tab using the accelerator Ctrl+W (or Strg+W).<br />
<br />
I know that it has been replaced by Ctrl+F4.<br />
But that requires two hands and is not a standard (a large number of <br />
Software running under Windows also supports the accelerator).<br />
<br />
Since that shortcut is not in use, I would suggest to support both <br />
accelerators (Ctrl+F4 and Ctrl+W).<br />
<br />
Is that a big deal?<br />
<br />
Best regards, Uwe]]></description>
            <dc:creator>Uwe Beierlein</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Tue, 18 Jun 2013 11:37:52 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?161,585613,585613#msg-585613</guid>
            <title>problem with Workbench / UTF-8 (1 reply)</title>
            <link>http://forums.mysql.com/read.php?161,585613,585613#msg-585613</link>
            <description><![CDATA[ hello everyone,<br />
<br />
OS :OSX<br />
Workbench version : 5,2,47<br />
<br />
I am quiet new using Workbench.<br />
My problem is when i am inserting data into MySql (UTF-8) table from Workbench like &quot;Français&quot;, it seems to work fine, and when I am querying from Workbench I get &quot;Français&quot; as result , SUPER ... in fact not!!<br />
<br />
When getting the same data from a web page, the &quot;ç&quot; character is spread on 2 characters unreadable.<br />
<br />
My second try was to insert from the web page directly in the table then it is Workbench that gives me some special characters.<br />
<br />
I have read some tips on the web, and changing the font (several times) didn't help me.<br />
<br />
Any ideas to help me?<br />
Thanks a lot in advance.<br />
Luc]]></description>
            <dc:creator>Luc Cotton</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Mon, 13 May 2013 08:02:56 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?161,583404,583404#msg-583404</guid>
            <title>ERROR 1022: Can't write; duplicate key in table 'goesto' (no replies)</title>
            <link>http://forums.mysql.com/read.php?161,583404,583404#msg-583404</link>
            <description><![CDATA[ Hi all, i'm getting &quot;Can't write; duplicate key in table&quot; on this SQL statement:<br />
<br />
CREATE  TABLE `hamneggs`.`goesto` (<br />
  `usr_id` INT NOT NULL ,<br />
  `spr_id` INT NOT NULL ,<br />
  PRIMARY KEY (`usr_id`, `spr_id`) ,<br />
  INDEX `usr_id_idx` (`usr_id` ASC) ,<br />
  INDEX `spr_id_idx` (`spr_id` ASC) ,<br />
  CONSTRAINT `usr_id`<br />
    FOREIGN KEY (`usr_id` )<br />
    REFERENCES `hamneggs`.`users` (`usr_id` )<br />
    ON DELETE NO ACTION<br />
    ON UPDATE NO ACTION,<br />
  CONSTRAINT `spr_id`<br />
    FOREIGN KEY (`spr_id` )<br />
    REFERENCES `hamneggs`.`sprints` (`spr_id` )<br />
    ON DELETE NO ACTION<br />
    ON UPDATE NO ACTION);<br />
<br />
it's the representation of a N:N relationship between users and meetings, what can be the problem? <br />
<br />
thank you!!]]></description>
            <dc:creator>estefania rabadan</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Mon, 08 Apr 2013 15:00:14 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?161,581065,581065#msg-581065</guid>
            <title>No output resultset from query  latest Workbench - latest Kubuntu (no replies)</title>
            <link>http://forums.mysql.com/read.php?161,581065,581065#msg-581065</link>
            <description><![CDATA[ Everytime I try to run a query with MySQL Workbench I get no resultset output.  I can see the database schemas in the left pane, but the Result pane under the main SQL Editor pane is completely blank after running a query.  Query is running as I can confirm this from the MySQL database side (show processlist;), it would seem that Workbench is either not displaying the resulting output correctly, or it's completely invisible.  <br />
<br />
I can confirm that MySQL Workbench works correctly on Fedora+KDE so I don't if this is an exclusive Ubuntu+KDE issue or what.  <br />
<br />
I'm running Kubuntu 12.10 along with latest MySQL Workbench 5.2.47.]]></description>
            <dc:creator>Franck Fallateuf</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Mon, 11 Mar 2013 23:15:50 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?161,579962,579962#msg-579962</guid>
            <title>5.2.47 .. anyone else seeing issues with the sql editor (1 reply)</title>
            <link>http://forums.mysql.com/read.php?161,579962,579962#msg-579962</link>
            <description><![CDATA[ Ok.. some Ubuntu/LinuxMint update in the last 4 days has broken the sql editor for me.   Has anyone else seen a change in behavior ?<br />
<br />
I bring up workbench, open an existing connection, start a new query tab .. things work until I type a * ... select * .. causes, in my case, workbench to swamp my machine for the next 3-5 minutes until workbench dies and releases my system.<br />
<br />
System.. 64bit Linux Mint quad core i7<br />
<br />
Linux ase 3.5.0-18-generic #29-Ubuntu SMP Fri Oct 19 10:26:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux<br />
<br />
DISTRIB_ID=LinuxMint<br />
DISTRIB_RELEASE=14<br />
DISTRIB_CODENAME=nadia<br />
DISTRIB_DESCRIPTION=&quot;Linux Mint 14 Nadia&quot;<br />
<br />
<br />
Anyone else seeing something similar or have any ideas what might cause said behavior?<br />
<br />
Next, any chance that Workbench is dropping a crash file somewhere ?]]></description>
            <dc:creator>Mike Moran</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Tue, 26 Feb 2013 07:38:36 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?161,579215,579215#msg-579215</guid>
            <title>Continuous disk trashing after expanding object browser (no replies)</title>
            <link>http://forums.mysql.com/read.php?161,579215,579215#msg-579215</link>
            <description><![CDATA[ I noticed for the past few Workbench versions, whenever I expand the Object Browser to see the list of tables and procedures, my hard disk starts to trash continuously. The only way to stop it is by closing the SQL Editor tab.<br />
<br />
Memory usage is not particularly high for the workbench. But the disk trashing has slowed down the performance of my machine and has become very annoying.<br />
<br />
Anyone else notice the same?]]></description>
            <dc:creator>HIU HEI WONG</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Fri, 15 Feb 2013 04:00:31 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?161,578525,578525#msg-578525</guid>
            <title>Editing Table Data - Import CSV (3 replies)</title>
            <link>http://forums.mysql.com/read.php?161,578525,578525#msg-578525</link>
            <description><![CDATA[ I am trying to get the newer import tool in the edit table data screen to work.  I have some people that are not technically inclined that will have to import some csv files into our DB.  It seems to work great unless you try to leave a field as null.  One issue that I have is that if the default value of a field is 0, if you import a csv with a blank column, shouldn't it just put a zero in all of the fields automatically?  That is a smaller issue, as I can have them put 0 in those fields.  The big issue that I have is the ID field.  The first column in my table is ID, which is pretty standard.  I can't get a CSV to import with the first column having null values or a 0 entered into each.  This is an auto increment field so a 0 should just get turned into the next value, or a null.  Anyone have any suggestions on how to make this work?  I don't want them to assign IDs in that field so if there is a duplicate it will not import it twice.  Which I haven't tested that functionality yet either, as I need the ID fields to be working right to do that.<br />
<br />
Thanks!]]></description>
            <dc:creator>Shawn Foust</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Mon, 11 Feb 2013 07:51:15 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?161,578248,578248#msg-578248</guid>
            <title>edit table data - tables not visible (1 reply)</title>
            <link>http://forums.mysql.com/read.php?161,578248,578248#msg-578248</link>
            <description><![CDATA[ Hi all, <br />
<br />
I have a problem where I have created tables within my schema but when I go to edit the data in the tables, I select the schema and only one of my tables I have created appear and the others aren't in the list. <br />
<br />
Does anyone no why this is and how I can solve the issue? <br />
<br />
Thanks.]]></description>
            <dc:creator>Nima Mistry</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Fri, 01 Feb 2013 08:13:11 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?161,577806,577806#msg-577806</guid>
            <title>creating queries in Workbench GPL (1 reply)</title>
            <link>http://forums.mysql.com/read.php?161,577806,577806#msg-577806</link>
            <description><![CDATA[ new to Workbench Community GPL:<br />
<br />
I have installed the product, linked to my remote database and created an ERR with relationships.  I can see how to run a basic SELECT query.  But I just cannot see how to create a query that involves, for example INNER JOINS on many-to-many intersection tables.<br />
<br />
would appreciate any advice.<br />
Dave]]></description>
            <dc:creator>dave dfnomad</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Fri, 15 Feb 2013 14:25:29 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?161,577491,577491#msg-577491</guid>
            <title>Ubuntu MySQL Workbench can connect to database but all queries timeout with Error Code 1203: Lost Connection (2 replies)</title>
            <link>http://forums.mysql.com/read.php?161,577491,577491#msg-577491</link>
            <description><![CDATA[ Summary<br />
I am having a very peculiar issue with MySQL Workbench on our work network. I am able to connect/query remote databases from command line but in MySQL Workbench I can only connect and queries timeout. I believe the issue has to do with the network/firewall but am looking for some help in diagnosing and troubleshooting it<br />
<br />
Details:<br />
Within this &quot;work&quot; network MySQL Workbench can connect to all remote databases. When I attempt to run a query that would return in milliseconds the query just spins/hangs until the connection is lost (error 1203). What is even more interesting about this is that in the same &quot;work&quot; network via command line I can connect to these same remote databases and query from them without issue. I can also connect to these same remote databases and successfully run queries from another third party MySQL client called &quot;Emma&quot;<br />
<br />
From other networks like my &quot;home&quot; network I can connect to these remote databases and query from them without issue from both command line and MySQL Workbench<br />
<br />
Based onthe information above it seems like this issue is specific to this network/firewall. I worked with our IT team and they turned off all firewall settings and even put me out in the DMZ but I still was having same issues. That seems like it should rule out firewall so maybe network issues?<br />
<br />
Other things to note:<br />
- To access the remote databases I am VPN'ing into the network first. I am connecting to VPN on all networks so this doesn't seem to be the issue<br />
- These are normal tcp/ip connections to the remote databases<br />
- Other people in the office that use MySQL Workbench on Mac and Windows are not experiencing this issue<br />
<br />
Why would MySQL command line work and MySQL workbench not? Why would MySQL Workbench work fine on this network on other OSes? Are there any settings in MySQL workbench that I could alter to fix this? Any ideas of how to troubleshoot this? <br />
<br />
<br />
Setup<br />
OS: Ubuntu 12.10 64-bit<br />
Workbench Version: 5.2.45<br />
VPN: Cisco VPN service<br />
<br />
Thanks in advance,<br />
<br />
Simon]]></description>
            <dc:creator>Simon Engelbert</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Fri, 18 Jan 2013 15:58:48 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?161,576127,576127#msg-576127</guid>
            <title>SELECT * works but SELECT columnName does not (1 reply)</title>
            <link>http://forums.mysql.com/read.php?161,576127,576127#msg-576127</link>
            <description><![CDATA[ Hi,<br />
<br />
I have a database I access using sql workbench.  when I run a query <br />
<br />
select * from user_credential  <br />
<br />
I get four rows returned with all columns.  When I query<br />
<br />
select fieldname from user_credential  <br />
<br />
I get a ERROR 1054 Unknown column.  I created the table with<br />
<br />
CREATE TABLE user_credential (<br />
  K INT NOT NULL AUTO_INCREMENT PRIMARY KEY,<br />
  userK INT NOT NULL,<br />
  service VARCHAR(20) NOT NULL,<br />
  fieldname VARCHAR(20) NOT NULL,<br />
  fieldvalue TEXT<br />
);<br />
<br />
when I look at the table using the workbench everthing looks fine.  What have i missed ??]]></description>
            <dc:creator>Mark Bateman</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Thu, 03 Jan 2013 08:49:40 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?161,575987,575987#msg-575987</guid>
            <title>Porting Tables Between 2 MySQL Servers (3 replies)</title>
            <link>http://forums.mysql.com/read.php?161,575987,575987#msg-575987</link>
            <description><![CDATA[ Dear All,<br />
<br />
I am working on a mysql module for my new assignment which requires me to port data from x server to y server.<br />
Both X and Y are 2 different MySQL Server for which I have sufficient privileges for inserting data.<br />
I have 2 tables in X - Source Server and same 2 tables created in Y - Designation Server with the same table structure.<br />
Now, I should be able to port the data from X to Y for these 2 tables.<br />
<br />
I was able to achieve this using Microsoft's SSIS Package - but I need to know whether we have any other tools available with MySQL to do it - with minimal tasks and complexity.<br />
<br />
Any help on this would be much appreciated.<br />
<br />
Thanks,<br />
Vinodh]]></description>
            <dc:creator>Vinodh Kumar</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Fri, 14 Dec 2012 07:47:12 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?161,575952,575952#msg-575952</guid>
            <title>Foreign Key affect of using ALTER TABLE mytbl ENGINE=INNODB (no replies)</title>
            <link>http://forums.mysql.com/read.php?161,575952,575952#msg-575952</link>
            <description><![CDATA[ windows 7 pro x64 sp1<br />
mysql 5.1.45<br />
mysql workbench 5.2.44<br />
<br />
From the manual 13.1.7 Alter Table syntax <br />
     When you specify an ENGINE clause, ALTER TABLE rebuilds the table.<br />
     This is true even if the table already has the specified storage engine.<br />
	<br />
I have seen the following &quot;null&quot; operation mentioned as a way to 'compact' or 'defragment' an INNODB table.<br />
     ALTER TABLE tbl_name ENGINE=INNODB<br />
<br />
That makes sense. However, what is the effect of this rebuild on a series of INNODB tables that use auto-increment indexes and foreign keys to those indexes?<br />
<br />
I could set foreign key checks off, then do the ALTER operations, then set FK checking back on.<br />
<br />
set @@foreign_key_checks=0;<br />
ALTER TABLE person ENGINE=INNODB;<br />
ALTER TABLE badges ENGINE=INNODB;<br />
ALTER TABLE documents ENGINE=INNODB;<br />
ALTER TABLE training ENGINE=INNODB;<br />
ALTER TABLE counties ENGINE=INNODB;<br />
set @@foreign_key_checks=1;<br />
<br />
How are the foreign keys affected here? Will all of the 'cross-references' be maintained here?<br />
<br />
Would I need to do the ALTER operations in a particular order?<br />
<br />
Below are examples of the create statements. The table 'person' is the main table. <br />
<br />
CREATE TABLE `person` (<br />
  `person_id` int(11) NOT NULL AUTO_INCREMENT,<br />
  `memberid` int(11) NOT NULL DEFAULT '0' COMMENT 'assigned member id number - not auto-increment',<br />
  `firstname` varchar(35) NOT NULL,<br />
  `middlename` varchar(35) DEFAULT NULL,<br />
  `surname` varchar(35) NOT NULL,<br />
  `address` varchar(100) DEFAULT NULL,<br />
  `city` varchar(35) DEFAULT NULL,<br />
  `state` varchar(2) DEFAULT 'TX',<br />
  `zip` varchar(10) DEFAULT NULL,<br />
  `homephone` varchar(35) DEFAULT NULL,<br />
  `workphone` varchar(35) DEFAULT NULL,<br />
  `cellphone` varchar(35) DEFAULT NULL,<br />
  `carrierid` int(4) NOT NULL DEFAULT '1' COMMENT 'ref to carrier for text messaging',<br />
  `email` varchar(64) NOT NULL,<br />
  `callsign` varchar(10) NOT NULL,<br />
  `licenseclass` varchar(10) DEFAULT NULL,<br />
  `districtid` int(11) NOT NULL COMMENT 'ref to district table',<br />
  `countyid` int(11) NOT NULL COMMENT 'ref to county table',<br />
  `titleid` int(11) NOT NULL COMMENT 'ref to title table',<br />
  `position` varchar(35) DEFAULT NULL COMMENT 'role or assignment associated with this county and this title',<br />
  `updated` datetime NOT NULL COMMENT 'date and time last updated',<br />
  `multiplecounties` tinyint(1) NOT NULL DEFAULT '0',<br />
  `comments` varchar(255) DEFAULT NULL,<br />
  `powercomm` tinyint(1) DEFAULT '1' COMMENT 'only commercial power available',<br />
  `powerbatt` tinyint(1) DEFAULT '0' COMMENT 'battery power available\n',<br />
  `powergen` tinyint(1) DEFAULT '0' COMMENT 'generator power available',<br />
  `powersolar` tinyint(1) DEFAULT '0' COMMENT 'solar power available',<br />
  PRIMARY KEY (`person_id`),<br />
  KEY `fk_districtid` (`districtid`),<br />
  KEY `fk_countyid` (`countyid`),<br />
  KEY `fk_titleid` (`titleid`),<br />
  KEY `fk_carrierid` (`carrierid`),<br />
  CONSTRAINT `fk_carrierid` FOREIGN KEY (`carrierid`) REFERENCES `carriers` (`carrier_id`) ON DELETE NO ACTION ON UPDATE CASCADE,<br />
  CONSTRAINT `fk_countyid` FOREIGN KEY (`countyid`) REFERENCES `counties` (`county_id`) ON DELETE NO ACTION ON UPDATE CASCADE,<br />
  CONSTRAINT `fk_districtid` FOREIGN KEY (`districtid`) REFERENCES `districts` (`district_id`) ON DELETE NO ACTION ON UPDATE CASCADE,<br />
  CONSTRAINT `fk_titleid` FOREIGN KEY (`titleid`) REFERENCES `titles` (`title_id`) ON DELETE NO ACTION ON UPDATE CASCADE<br />
) ENGINE=InnoDB AUTO_INCREMENT=1223 DEFAULT CHARSET=latin1 COMMENT='individual person detail profile';<br />
<br />
CREATE TABLE `training` (<br />
  `personid` int(11) NOT NULL,<br />
  `courseid` int(11) NOT NULL,<br />
  `verified` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'completion of this course has been verified with documentation',<br />
  PRIMARY KEY (`personid`,`courseid`),<br />
  KEY `fk_pid` (`personid`),<br />
  KEY `fk_cidx` (`courseid`),<br />
  CONSTRAINT `fk_cidx` FOREIGN KEY (`courseid`) REFERENCES `courses` (`course_id`) ON DELETE NO ACTION ON UPDATE CASCADE,<br />
  CONSTRAINT `fk_pid` FOREIGN KEY (`personid`) REFERENCES `person` (`person_id`) ON DELETE CASCADE ON UPDATE CASCADE<br />
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='intersection table to link persons with courses';<br />
<br />
CREATE TABLE `badges` (<br />
  `personid` int(11) NOT NULL,<br />
  `pixfile` varchar(50) NOT NULL DEFAULT '' COMMENT 'filename of picture image: basename + extension',<br />
  `badgeissued` datetime DEFAULT '0000-00-00 00:00:00' COMMENT 'date a badge was issued',<br />
  PRIMARY KEY (`personid`),<br />
  KEY `fk_pixpid` (`personid`),<br />
  CONSTRAINT `fk_pixpid` FOREIGN KEY (`personid`) REFERENCES `person` (`person_id`) ON DELETE CASCADE ON UPDATE CASCADE<br />
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='entries for member pictures and badge-issue dates';<br />
<br />
CREATE TABLE `counties` (<br />
  `county_id` int(11) NOT NULL AUTO_INCREMENT,<br />
  `districtid` int(11) NOT NULL,<br />
  `county` varchar(20) DEFAULT NULL,<br />
  `showorder` int(2) NOT NULL DEFAULT '1',<br />
  PRIMARY KEY (`county_id`),<br />
  KEY `idx_districtid` (`districtid`),<br />
  CONSTRAINT `counties_ibfk_1` FOREIGN KEY (`districtid`) REFERENCES `districts` (`district_id`) ON UPDATE CASCADE<br />
) ENGINE=InnoDB AUTO_INCREMENT=105 DEFAULT CHARSET=latin1 COMMENT='lookup table of counties in the section, with district';]]></description>
            <dc:creator>Judy Whiteside</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Wed, 12 Dec 2012 21:42:53 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?161,574870,574870#msg-574870</guid>
            <title>get rows affected message after insert/update action (2 replies)</title>
            <link>http://forums.mysql.com/read.php?161,574870,574870#msg-574870</link>
            <description><![CDATA[ Mysql Workbench 5.2.44 CE running on Win7 pro x64<br />
Mysql is 5.1.45-community<br />
<br />
After running an INSERT or UPDATE, I need to capture the complete message as shown in the Action Output message panel.<br />
<br />
For example:<br />
    775 row(s) affected Records: 597  Duplicates: 304  Warnings: 0<br />
<br />
However using Select row_count() only gives the 775 number<br />
show warnings;   gives no output at all (expected, as there are no warnings)<br />
<br />
The manual seems to say that show Warnings will give some information messages, but apparently that is only referring to warning-information-messages, not general information of any kind.<br />
<br />
I particularly need the Duplicates number after running ON DUPLICATE KEY UPDATE work.<br />
<br />
How can I get this number, or this text string to parse?]]></description>
            <dc:creator>Judy Whiteside</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Tue, 04 Dec 2012 13:21:07 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?161,573198,573198#msg-573198</guid>
            <title>Adding a Foreign Key without Constraints (2 replies)</title>
            <link>http://forums.mysql.com/read.php?161,573198,573198#msg-573198</link>
            <description><![CDATA[ For documentation purposes, I'd like to define a foreign key relationship between two entities, BUT I don't want any constraints put on the data. Yes, I realize this could &quot;corrupt&quot; my data, but my problem is I have an already designed schema with data already in place with some existing broken links. I do NOT want to delete that data (with the broken links) - it's history. But I would like to setup a visual model that shows the FK relationships for documentation purposes.<br />
<br />
So essentially, I'd love to be able to say: ON UPDATE: IGNORE, ON DELETE: IGNORE<br />
<br />
I considered adding the missing data, adding the FK's, then deleting the missing data again, but doing so may endanger the entire row of data in the referencing table, or is that only if the it's set to CASCADING?]]></description>
            <dc:creator>george gallen</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Fri, 09 Nov 2012 14:45:02 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?161,572898,572898#msg-572898</guid>
            <title>Workbench 5.2.44 action output icons flicker (2 replies)</title>
            <link>http://forums.mysql.com/read.php?161,572898,572898#msg-572898</link>
            <description><![CDATA[ I have windows 7 pro x64 sp1<br />
mysql workbench 5.2.44<br />
<br />
In the Action Output panel of the SQL Editor, the icons (green checkmark, red error-X) are useful. <br />
<br />
Today I noticed the icons are flickering, as if work was going on, but no query was executing or anything. Many different icons flicker on several completed lines. <br />
<br />
This is a minor point, but it sure seems like something is doing work that I don't know about, and maybe don't need. <br />
<br />
I am just using my local test db. There is no remote connection (though there has been earlier in the day.)<br />
<br />
In Task Manager, the highest cpu load is 3%, and it is by mysql workbench.<br />
There is only one instance of mysql Workbench running.<br />
<br />
Is this benign? or is there something else I can check on?]]></description>
            <dc:creator>Judy Whiteside</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Mon, 05 Nov 2012 15:25:23 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?161,572856,572856#msg-572856</guid>
            <title>Limiting Joins based on a value in another table (no replies)</title>
            <link>http://forums.mysql.com/read.php?161,572856,572856#msg-572856</link>
            <description><![CDATA[ I have the following data in an adjacency list style setup:<br />
<br />
Child | Parent<br />
---------------------<br />
tttt  | pppp      <br />
pppp  | xxxx<br />
tttt  | gggg<br />
gggg  | tttt<br />
xxxx  | ffff<br />
xxxx  | hhhh<br />
xxxx  | kkkk<br />
xxxx  | mmmm<br />
<br />
and I trace for a given child ref to show me the associated links<br />
<br />
SELECT 'tttt' as Child, <br />
        t1.Parent,<br />
        t2.Parent,<br />
        t3.Parent,<br />
        t4.Parent,<br />
        t5.Parent<br />
    FROM<br />
        data_table AS t1<br />
                LEFT JOIN data_table AS t2 ON t1.Parent = t2.Child <br />
                LEFT JOIN data_table AS t3 ON t2.Parent = t3.Child <br />
                LEFT JOIN data_table AS t4 ON t3.Parent = t4.Child   <br />
                LEFT JOIN data_table AS t5 ON t4.Parent = t5.Child <br />
                LEFT JOIN excluded AS ex1 ON ex1.Excluded_Ref = t1.Parent<br />
                LEFT JOIN excluded AS ex2 ON ex2.Excluded_Ref = t2.Parent<br />
                LEFT JOIN excluded AS ex3 ON ex3.Excluded_Ref = t3.Parent<br />
                LEFT JOIN excluded AS ex4 ON ex4.Excluded_Ref = t4.Parent<br />
                LEFT JOIN excluded AS ex5 ON ex5.Excluded_Ref = t5.Parent<br />
    WHERE<br />
        t1.child = 'tttt' and (ex1.Excluded_Ref is null <br />
                                 and ex2.Excluded_Ref is null <br />
                                 and ex3.Excluded_Ref is null<br />
                                 and ex4.Excluded_Ref is null<br />
                                 and ex5.Excluded_Ref is null);<br />
<br />
The problem I have is that it correctly identifies the links for me, but actually ref 'xxxx' is linked to so many others that when I try and run my trace it takes so long to complete, and probably gets stuck in a loop because 'xxxx' may eventually link back to 'tttt'. Is there a way to stop MySQL actually joining or linking any further any refs I have in my excluded table? In my excluded table, for example, I will have ref: xxxx. So in my join above the trace of 'tttt' would stop or ignore the 'xxxx' path.]]></description>
            <dc:creator>Mark Rouse</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Fri, 02 Nov 2012 19:25:17 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?161,572410,572410#msg-572410</guid>
            <title>Character set when editing via GUI (4 replies)</title>
            <link>http://forums.mysql.com/read.php?161,572410,572410#msg-572410</link>
            <description><![CDATA[ Hello,<br />
<br />
When entering data trough the GUI, when the row, table, database and mysql client settings in my.cnf are properly configured to UTF-8, entering special characters in the GUI table editor does not work. For example if I enter &quot;č&quot;, it will be show up as &quot;?&quot; after the query has completed.<br />
<br />
How do I set the character set of the GUI, so that I can enter special characters into tables trough it?<br />
<br />
If this is not supported, where can I file a bug report?<br />
<br />
Thanks.<br />
<br />
LP,<br />
Jure]]></description>
            <dc:creator>Jure Sah</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Tue, 30 Oct 2012 10:28:15 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?161,572398,572398#msg-572398</guid>
            <title>Add foreign key constraints and deleting data at once (no replies)</title>
            <link>http://forums.mysql.com/read.php?161,572398,572398#msg-572398</link>
            <description><![CDATA[ Hello, I have following problem:<br />
<br />
Is it possible, to add new foreign key constraints to the tables of a database AND deleting all data, that doesn't fit?<br />
<br />
One of my database (~500 MB, 360 tables) was wrong imported and there are over 80 missing foreign key constraints. Now there are so much incorrect references in the database, and now it starts to cause some problems.<br />
<br />
Thank you,<br />
Richard]]></description>
            <dc:creator>Richard Vogel</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Mon, 29 Oct 2012 09:56:31 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?161,572327,572327#msg-572327</guid>
            <title>Editing a table now automatically creates a row called &lt;tablename&gt;col (1 reply)</title>
            <link>http://forums.mysql.com/read.php?161,572327,572327#msg-572327</link>
            <description><![CDATA[ In the new version of Workbench 5.3.44 whenever you alter a table, it automatically adds a new column to the table, called [table name]col1 or col2 etc. This is the most annoying thing ever, go to change an index, and apply my changes and then my table has this new column added to it.]]></description>
            <dc:creator>Joe Harper</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Mon, 29 Oct 2012 09:08:21 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?161,570456,570456#msg-570456</guid>
            <title>running a simpe SELECT statement causes high CPU load (1 reply)</title>
            <link>http://forums.mysql.com/read.php?161,570456,570456#msg-570456</link>
            <description><![CDATA[ Hi,<br />
Workbench version 5.2.43 CE Revision 9869<br />
MySQL 5.5.27<br />
I'm relatively new to MySQL and the Workbench but I've noticed about half the time or more when I enter simple SELECT statements in Workbench the CPU usage on my local machine where MySQL is installed spikes up to around 60%. It will stay that way for several minutes, maybe longer. I can stop this by going to the Output window, right clicking and selecting CLEAR. One of the visible cues is that while the CPU load is high as in this situation, the icons (in the left most column of the Output window) appear to be flickering or repainting at a high rate. While searching for a solution to this I've noticed similar bugs such as bug #13642999, and bug #64077 but they were supposedly fixed in Workbench 5.2.41. Thanks.<br />
<br />
--John<br />
<br />
P.S. This is running on Windows XP SP3]]></description>
            <dc:creator>John Steele</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Tue, 30 Oct 2012 08:23:36 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?161,567977,567977#msg-567977</guid>
            <title>unable to add columns when creating a table using MySQL workbench 5.2.42 (1 reply)</title>
            <link>http://forums.mysql.com/read.php?161,567977,567977#msg-567977</link>
            <description><![CDATA[ I installed the lastest MySQL .msi community installer on my PC with WIN7 system, the installer contains MySQL Community Server 5.5.27 and MySQL Workbench 5.2.42, but I can't add columns when I'm creating a table using this version of Workbench, the columns setting section is grey all the time, I can't do any editing. This problem is similar to the situation observed here <a href="http://stackoverflow.com/questions/11245475/can-not-create-table-in-mysql-workbench-5-2-40"  rel="nofollow">http://stackoverflow.com/questions/11245475/can-not-create-table-in-mysql-workbench-5-2-40</a><br />
<br />
When I change to mysql-installer-5.5.16.0.msi, everything just works fine!<br />
<br />
Does anyone know what's the problem?]]></description>
            <dc:creator>Gang Qian</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Mon, 10 Sep 2012 08:23:19 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?161,566531,566531#msg-566531</guid>
            <title>Schema Browser (3 replies)</title>
            <link>http://forums.mysql.com/read.php?161,566531,566531#msg-566531</link>
            <description><![CDATA[ Have I missed a trick trying to use the Schema Browser?<br />
<br />
How can I display the columns in a table in Schema browser and/or the object info panel in table order rather than alphabetical order?<br />
<br />
How can I multi-select columns and send to editor/clipboard/select/edit?<br />
<br />
Object information panel defaults to only the column information and to see related table information i have to drill down to the foreign keys and then it will be visible at the table level.<br />
<br />
I have recently upgrade to 5.2.42 running on Windows from a previous version where workbench worked this way so my hope is this is just a setting I have missed and not a progressive design feature.<br />
<br />
Thanks for your help<br />
<br />
Paddy]]></description>
            <dc:creator>Patrick Mulvany</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Mon, 29 Oct 2012 09:10:38 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?161,565810,565810#msg-565810</guid>
            <title>Problem to show tables in Ubuntu (1 reply)</title>
            <link>http://forums.mysql.com/read.php?161,565810,565810#msg-565810</link>
            <description><![CDATA[ Why my workbench 5.2.42 always show Tables fetching, View fetching in left side db tree. However, it can show a new table I created by the workbench<br />
<br />
LIKE:<br />
<br />
-DB_TEST<br />
 - Tables fetching<br />
 - Views fetching<br />
 - Routines fetching<br />
<br />
if I create a new table<br />
-DB_TEST<br />
 - Tables fetching<br />
   + new_table<br />
 - Views fetching<br />
 - Routines fetching]]></description>
            <dc:creator>disller z</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Tue, 11 Sep 2012 13:42:15 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?161,564539,564539#msg-564539</guid>
            <title>Unreliable Execute Current Statement (hot-key) on New SQL Editor Tabs (no replies)</title>
            <link>http://forums.mysql.com/read.php?161,564539,564539#msg-564539</link>
            <description><![CDATA[ In OS X, I am really enjoying many of the improvements that have gone into v5.2.41, especially things like Command-C hot-key to copy a result value, as well as the fix for the Option key during selection in the SQL Editor, etc.<br />
<br />
However, I am noticing weird behavior in regards to Execute Current Statement command (Command + Enter)<br />
<br />
1. Connect to a database<br />
2. Open a new tab<br />
3. Enter some SQL (e.g. show processlist)<br />
4. Hit &quot;Command + Enter&quot; to run<br />
<br />
(NOTE: You will see the &quot;Query&quot; toolbar menu option at the top flash)<br />
<br />
5. Watch and you may (or may not) see that your query has been executed.<br />
<br />
In the event that it did run, repeat these steps (new tab, enter SQL, run query hot-key) ...it is reliably un-reliable, to say the least.<br />
<br />
I find that I am having to hit Command-Enter two to three times before my query is actually executed. It seems to be something related to running SQL on a New Tab.<br />
<br />
Anyone else experiencing this on v5.2.41 (OS X)?<br />
<br />
I have posted a more detailed bug report here: <a href="http://bugs.mysql.com/bug.php?id=66286"  rel="nofollow">http://bugs.mysql.com/bug.php?id=66286</a>]]></description>
            <dc:creator>Mike Reid</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Thu, 09 Aug 2012 17:39:37 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?161,560780,560780#msg-560780</guid>
            <title>Context help menu in SQL editor (2 replies)</title>
            <link>http://forums.mysql.com/read.php?161,560780,560780#msg-560780</link>
            <description><![CDATA[ Hi,<br />
<br />
I didn't find any post related to context help during writing SQL queries in SQL Editor.<br />
<br />
Is it possible to configure via plugins or other ways to have context help menu?<br />
Most of IDE has context help menu on Ctrl+Backspace.<br />
<br />
SQuirreL example:<br />
For example if you try to enter 'select * from inf' and then Ctrl+Backspace you will get<br />
<a href="http://piccy.info/"  rel="nofollow"><img src="http://i.piccy.info/i7/408250e8af32c29cc744dd83c90919bd/1-8-655/43719227/Screenshot_-_7_11_2012_,_3_42_13_PM.png" class="bbcode" border="0" /></a><a href="http://i.piccy.info/a3c/2012-07-11-12-41/i7-3245434/262x71-r"  rel="nofollow"><img src="http://i.piccy.info/a3/2012-07-11-12-41/i7-3245434/262x71-r/i.gif" class="bbcode" border="0" /></a><br />
<br />
MySql Workbench example:<br />
On Windows it shows something similar to context help menu but empty. (On Mac it doesn't work at all):<br />
<a href="http://piccy.info/"  rel="nofollow"><img src="http://i.piccy.info/i7/70f9d3b04ae1c728525380b1c2370cbc/1-8-655/50449045/Screenshot_-_7_11_2012_,_3_27_10_PM.png" class="bbcode" border="0" /></a><a href="http://i.piccy.info/a3c/2012-07-11-12-43/i7-3245447/255x59-r"  rel="nofollow"><img src="http://i.piccy.info/a3/2012-07-11-12-43/i7-3245447/255x59-r/i.gif" class="bbcode" border="0" /></a>]]></description>
            <dc:creator>Mykhailo Oleksiuk</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Tue, 17 Jul 2012 05:57:48 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?161,558272,558272#msg-558272</guid>
            <title>Editor Syntax Highlight Colours (2 replies)</title>
            <link>http://forums.mysql.com/read.php?161,558272,558272#msg-558272</link>
            <description><![CDATA[ Hi<br />
<br />
Is there a way of changing the Syntax Highlighting colours because I find the Orange a little too light and it's too hard to read at times.<br />
<br />
I can see I can change some colours under the Appearance tab of the Preferences but those are only for the EER diagrams<br />
<br />
thanks for your help]]></description>
            <dc:creator>haydn flower</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Sun, 24 Jun 2012 23:20:46 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?161,557749,557749#msg-557749</guid>
            <title>having trouble creating stored procs/funcs (3 replies)</title>
            <link>http://forums.mysql.com/read.php?161,557749,557749#msg-557749</link>
            <description><![CDATA[ Hi, I'm converting an existing DB from Oracle to MySQL and I'm having a real struggle creating stored procs and funcs using Workbench.<br />
<br />
I am using the test schema for now, it's set as the default schema for the connection (it's bold in the list on the left). I have granted all the permissions on that schema to my user.<br />
<br />
When I try and create a very simple function, the editor returns really bizarre results.<br />
<br />
First the code :<br />
<br />
delimiter $$<br />
create function wtf()<br />
returns integer<br />
begin<br />
    return 5;<br />
end$$<br />
<br />
<br />
When I try and execute this I get the response <br />
<br />
1	10:47:50	create function wtf() returns integer begin     return 5; end	0 row(s) affected, 1 warning(s): 1304 FUNCTION wtf already exists<br />
<br />
If I refresh the schema tree, the function shows up. (No it wasn't there BEFORE I executed the code).<br />
<br />
Ok fine. New window.<br />
<br />
call wtf();<br />
<br />
0	10:54:26	call wtf()	Error Code: 1305. PROCEDURE test.wtf does not exist<br />
<br />
<br />
As the function name suggests...WTF is going on?<br />
<br />
I am completely lost. Any help is appreciated.<br />
<br />
Chris<br />
(MySQL 5.5.25, Workbench 5.2.4)]]></description>
            <dc:creator>Chris Cheshire</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Tue, 19 Jun 2012 07:36:09 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?161,557697,557697#msg-557697</guid>
            <title>Error Code 2008: MySQL Client ran out of memory (1 reply)</title>
            <link>http://forums.mysql.com/read.php?161,557697,557697#msg-557697</link>
            <description><![CDATA[ In Workbench SQL Editor, I'm trying to do a select * on a MyISAM table that contains just over 1m records and about 20 fields and I get this error:<br />
<br />
Error Code 2008: MySQL Client ran out of memory<br />
<br />
Are there specific server variables I can increase that will fix this?  I'm using a Win 7 64-bit box with 16GBs of RAM.<br />
<br />
The reason for doing a select * is so I can export the data as an xls formatted file.]]></description>
            <dc:creator>Mark Rouse</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Mon, 25 Jun 2012 13:12:24 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?161,557247,557247#msg-557247</guid>
            <title>How do you print out table layouts? or Table listings of a schema? (2 replies)</title>
            <link>http://forums.mysql.com/read.php?161,557247,557247#msg-557247</link>
            <description><![CDATA[ Using Workbench 5.2.4<br />
<br />
Once you design a table, I couldn't find any method to print it out to the printer. Nor could I figure a way to print out a listing of tables contained in the schema?<br />
<br />
Am I just overlooking it?]]></description>
            <dc:creator>george gallen</dc:creator>
            <category>Workbench - SQL Browser, Editor, Refactor</category>
            <pubDate>Tue, 12 Jun 2012 00:26:27 +0000</pubDate>
        </item>
    </channel>
</rss>
