<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>MySQL Forums - MySQL Workbench - Database Migration</title>
        <description>Forum for Database Migration with MySQL Workbench.</description>
        <link>http://forums.mysql.com/list.php?104</link>
        <lastBuildDate>Tue, 21 May 2013 04:10:29 +0000</lastBuildDate>
        <generator>Phorum 5.2.19</generator>
        <item>
            <guid>http://forums.mysql.com/read.php?104,584795,584795#msg-584795</guid>
            <title>Data migration error (Reverse engineering process) (1 reply)</title>
            <link>http://forums.mysql.com/read.php?104,584795,584795#msg-584795</link>
            <description><![CDATA[ I am geeting error when iporting the ms sql server 2005 data in mysql.<br />
The error is :<br />
tarting...<br />
<br />
Connect to source DBMS...<br />
<br />
- Connecting...<br />
<br />
Connect to source DBMS done<br />
<br />
Reverse engineer selected schemata....<br />
<br />
Reverse engineering dbo, VSM from VSM<br />
<br />
- Reverse engineering catalog information<br />
<br />
- Reverse engineering User Data Types...<br />
<br />
- Preparing...<br />
<br />
- Gathered stats for dbo<br />
<br />
- Gathered stats for VSM<br />
<br />
Reverse engineering 145 tables from dbo<br />
<br />
- Retrieving table dbo.Delhi_client20a...<br />
<br />
- Retrieving table dbo.gridih_associates_15march...<br />
<br />
- Retrieving table dbo.Delhi_client20ab...<br />
<br />
- Retrieving table dbo.associate2b...<br />
<br />
- Retrieving table dbo.gridih_associates_15marcha...<br />
<br />
- Retrieving table dbo.gridihtrust_15march...<br />
<br />
- Retrieving table dbo.gridihtrust_15marcha...<br />
<br />
- Retrieving table dbo.Associate2...<br />
<br />
- Retrieving table dbo.DELHI_MEMBER20a...<br />
<br />
- Retrieving table dbo.gridih_ltd_15marcha...<br />
<br />
- Retrieving table dbo.Gridih19march_assco...<br />
<br />
- Retrieving table dbo.Delhi_associate20a...<br />
<br />
- Retrieving table dbo.RATES...<br />
<br />
- Retrieving table dbo.Relation...<br />
<br />
- Retrieving table dbo.Gridih19march_trust...<br />
<br />
- Retrieving table dbo.Delhi_associate20ab...<br />
<br />
- Retrieving table dbo.Delhi_client20abc...<br />
<br />
- Retrieving table dbo.Delhi_member_19abcd...<br />
<br />
- Retrieving table dbo.branch1...<br />
<br />
- Retrieving table dbo.'TRUST CUSTOMER$'...<br />
<br />
Traceback (most recent call last):<br />
<br />
  File &quot;C:\Program Files\MySQL\MySQL Workbench 5.2 CE\modules\db_mssql_grt.py&quot;, line 384, in reverseEngineer<br />
<br />
    reverseEngineerTables(connection, schema)<br />
<br />
  File &quot;C:\Program Files\MySQL\MySQL Workbench 5.2 CE\modules\db_mssql_grt.py&quot;, line 557, in reverseEngineerTables<br />
<br />
    reverseEngineerTablePK(connection, table)<br />
<br />
  File &quot;C:\Program Files\MySQL\MySQL Workbench 5.2 CE\modules\db_mssql_grt.py&quot;, line 687, in reverseEngineerTablePK<br />
<br />
    pk_col_names = [ row[3] for row in execute_query(connection, query) ]<br />
<br />
  File &quot;C:\Program Files\MySQL\MySQL Workbench 5.2 CE\modules\db_mssql_grt.py&quot;, line 62, in execute_query<br />
<br />
    return get_connection(connection_object).cursor().execute(query, *args, **kwargs)<br />
<br />
pyodbc.ProgrammingError: ('42000', &quot;[42000] [Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near 'TRUST'. (102) (SQLExecDirectW)&quot;)<br />
<br />
<br />
<br />
Traceback (most recent call last):<br />
<br />
  File &quot;C:\Program Files\MySQL\MySQL Workbench 5.2 CE\workbench\wizard_progress_page_widget.py&quot;, line 192, in thread_work<br />
<br />
    self.func()<br />
<br />
  File &quot;C:\Program Files\MySQL\MySQL Workbench 5.2 CE\modules\migration_schema_selection.py&quot;, line 160, in task_reveng<br />
<br />
    self.main.plan.migrationSource.reverseEngineer()<br />
<br />
  File &quot;C:\Program Files\MySQL\MySQL Workbench 5.2 CE\modules\migration.py&quot;, line 332, in reverseEngineer<br />
<br />
    self.state.sourceCatalog = self._rev_eng_module.reverseEngineer(self.connection, self.selectedCatalogName, self.selectedSchemataNames, self.state.applicationData)<br />
<br />
SystemError: ProgrammingError(&quot;('42000', &quot;[42000] [Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near 'TRUST'. (102) (SQLExecDirectW)&quot;)&quot;): error calling Python module function DbMssqlRE.reverseEngineer<br />
<br />
ERROR: Reverse engineer selected schemata: ProgrammingError(&quot;('42000', &quot;[42000] [Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near 'TRUST'. (102) (SQLExecDirectW)&quot;)&quot;): error calling Python module function DbMssqlRE.reverseEngineer<br />
<br />
Failed<br />
<br />
Could anyone help.]]></description>
            <dc:creator>anjum jamal</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Fri, 03 May 2013 15:51:06 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?104,582546,582546#msg-582546</guid>
            <title>MSSQL2008 -&gt; MySQL via migration wizard - space in database name (4 replies)</title>
            <link>http://forums.mysql.com/read.php?104,582546,582546#msg-582546</link>
            <description><![CDATA[ Trying to migrate an existing MsSQL2008 to MySQL 5.5<br />
I am able to connect to both servers.<br />
<br />
I get to the 'Reverse Engineer Source', and get an error message. <br />
<br />
Here is the important part of the error message:<br />
<br />
...<br />
Reverse engineer selected schemata....<br />
Reverse engineering dbo from Project Connect<br />
- Reverse engineering catalog information<br />
- Reverse engineering User Data Types...<br />
- Preparing...<br />
<br />
...<br />
<br />
pyodbc.Error: ('08004', &quot;[08004] [Microsoft][ODBC SQL Server Driver][SQL Server]Database 'Project' does not exist. Make sure that the name is entered correctly. (911) (SQLExecDirectW)&quot;)<br />
<br />
...<br />
<br />
As you can see, the database has a space in the name, which the migration wizard doesn't agree with. <br />
<br />
Is there any workaround for this issue? I would really like to work with this database in mysql workbench. <br />
<br />
Thank you <br />
<br />
Patrick]]></description>
            <dc:creator>patrick king</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Thu, 09 May 2013 05:23:38 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?104,582417,582417#msg-582417</guid>
            <title>Migrating DUMP file of 4.2 into latest version (2 replies)</title>
            <link>http://forums.mysql.com/read.php?104,582417,582417#msg-582417</link>
            <description><![CDATA[ Hi guys<br />
I have found some posting related to that but this is problem in my  case to follow upgrade step by step. I have DUMP file from old version.<br />
Is there any conversion rutine to prepare it for new version?<br />
I have more then 4MB file and it will be problem to rewrite it by hand.<br />
<br />
Thanks for any hint<br />
<br />
Petr]]></description>
            <dc:creator>Petr Hodbod</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Mon, 01 Apr 2013 16:31:45 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?104,581193,581193#msg-581193</guid>
            <title>about MySQL migration etc (1 reply)</title>
            <link>http://forums.mysql.com/read.php?104,581193,581193#msg-581193</link>
            <description><![CDATA[ Hi all<br />
<br />
1)<br />
OS Ubuntu 12.04 desktop 64bit<br />
2)<br />
OS Fedora 18 desktop 64bit<br />
<br />
migrating MySQL from 1) to 2) same version<br />
<br />
I found many suggestions on Internet re migrating database and unable to ascertain the easiest way on its migration.  Please advise.  TIA<br />
<br />
Besides on running following commands;<br />
<br />
mysql&gt; SHOW databases;<br />
+--------------------+<br />
| Database           |<br />
+--------------------+<br />
| information_schema |<br />
| mysql              |<br />
| performance_schema |<br />
| test               |<br />
| aaa	             |<br />
| bbb etc            |<br />
+--------------------+<br />
<br />
mysql&gt; USE aaa;<br />
<br />
mysql&gt; SHOW tables;<br />
+-----------------------+<br />
| Tables_in_aaa         |<br />
+-----------------------+<br />
| 111		        |<br />
| 222	                |<br />
| 333		        |<br />
| 444 etc	        |<br />
+-----------------------+<br />
<br />
mysql&gt; SELECT * FROM aaa;<br />
+----+-------------+---------------------+---------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------------+--------------+-------------+----------------+-------------+---------------+------------------<br />
<br />
Whether above indicates that there is no data/entry on the database?<br />
<br />
mysql&gt; SHOW columns from 222;<br />
+-----------------------+---------------------+------+-----+---------------------+----------------+<br />
| Field                 | Type                | Null | Key | Default             | Extra          |<br />
+-----------------------+---------------------+------+-----+---------------------+----------------+<br />
| ID                    | bigint(20) unsigned | NO   | PRI | NULL                | auto_increment |<br />
| xxx                   | bigint(20) unsigned | NO   | MUL | 0                   |                |<br />
| yyy                   | datetime            | NO   |     | 0000-00-00 00:00:00 |                |<br />
| zzz etc               | datetime            | NO   |     | 0000-00-00 00:00:00 |                |<br />
+-----------------------+---------------------+------+-----+---------------------+----------------+<br />
<br />
What command shall I run to display the columns and their content in readable form?<br />
<br />
Thanks<br />
<br />
SL]]></description>
            <dc:creator>Stephen Liu</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Thu, 14 Mar 2013 17:09:18 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?104,580650,580650#msg-580650</guid>
            <title>making a backup of my mySQL database (1 reply)</title>
            <link>http://forums.mysql.com/read.php?104,580650,580650#msg-580650</link>
            <description><![CDATA[ Hi there- I have downloaded MySQl installer and it included my sql for excel. I have an excel database with about 7-10 worksheets which will be separate tables in the database. I setup a connection and used 'create database' to create a database, I have used mysql for excel and it imported the tables fine.<br />
<br />
However now I need to create a copy of the database to send to someone. How can I do this? Is it mysqldump? Or is there a simple way to do this<br />
thanks Craig]]></description>
            <dc:creator>Craig Mackinlay</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Sat, 20 Apr 2013 06:28:34 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?104,580139,580139#msg-580139</guid>
            <title>Postgresql -&gt; MySql: Empty Schema Selection (4 replies)</title>
            <link>http://forums.mysql.com/read.php?104,580139,580139#msg-580139</link>
            <description><![CDATA[ Dear all,<br />
<br />
Iam trying to migrate my postgresql database to my mysql database.For that Iam using MySQL Workbench. After the source and target selection he didn't fetch a schemata list. On the &quot;Schemata Selection&quot; Page the List is empty. <br />
<br />
What could be the reason for that?  I didnt see any option could influence that.]]></description>
            <dc:creator>Daniel Roß</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Tue, 23 Apr 2013 15:04:36 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?104,579894,579894#msg-579894</guid>
            <title>Questions about migrating from MySQL 4.1 to latest community version on Windows XP (1 reply)</title>
            <link>http://forums.mysql.com/read.php?104,579894,579894#msg-579894</link>
            <description><![CDATA[ Hi<br />
<br />
I had an old XP m/c that had Ver4.1 on it. I had to rebuild this recently and hence lost the MySQL installation. I still have the data. My questions are:<br />
<br />
1. If I install the latest community version and point it at the old data will it automatically be able to read the data? I don't have any data dumps.<br />
<br />
2. If it won't automatically read the data then is there anyway of upgrading the data?<br />
<br />
Thanks in advance<br />
<br />
Purvez<br />
<br />
P.S. I tried this question in the Newbie forum but no takers.  Hopefully get some response here.  Thanks]]></description>
            <dc:creator>Purvez Desai</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Tue, 05 Mar 2013 00:31:41 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?104,579697,579697#msg-579697</guid>
            <title>MySQL Workbench Migration Invalid Column Name for some tables (4 replies)</title>
            <link>http://forums.mysql.com/read.php?104,579697,579697#msg-579697</link>
            <description><![CDATA[ I've been trying to Migrate from SQL Server to MySQL.<br />
<br />
I've only partly succeeded. While some tables were created and data copied, some were only created but the data not copied.<br />
<br />
I checked the logs, and for those tables the error was below, this was for each column in a particular table.<br />
<br />
2207:[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name 'OrderID'.<br />
<br />
Am I missing something?<br />
<br />
Please note, some of the tables hold as many as 40,000+ rows, some 6 or so.<br />
<br />
Any help will be appreciated.]]></description>
            <dc:creator>Terence Silonda</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Mon, 25 Mar 2013 13:47:57 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?104,579448,579448#msg-579448</guid>
            <title>Migrating from 5.1.44 (1 reply)</title>
            <link>http://forums.mysql.com/read.php?104,579448,579448#msg-579448</link>
            <description><![CDATA[ Migrating from 5.1.44 to 5.6.10 same query returns null. Maybe some timeout expires?]]></description>
            <dc:creator>Fortunato Marrelli</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Thu, 21 Feb 2013 04:39:11 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?104,579093,579093#msg-579093</guid>
            <title>Migrating from Oracle to MySQL using WorkBench Migration Tool (no replies)</title>
            <link>http://forums.mysql.com/read.php?104,579093,579093#msg-579093</link>
            <description><![CDATA[ Hi,<br />
<br />
I am currently migrating from oracle to mysql and i am going to use the migration tool in workbench to help me with the procedure, i have entered my source connection details as follows<br />
<br />
Database System: Generic RDBMS <br />
Connection Method: ODBC(Manually Entered parameters)<br />
Driver:Oracle RDB driver<br />
Hostname: 127.0.0.1  Port:1521<br />
Username: user<br />
Database:db<br />
<br />
But i seem to be receiving the following error when testing the connection.<br />
<br />
ERROR: Error during Connect to source DBMS: Error(&quot;('HY093', '[HY093] [Oracle][ODBC]<br />
[Rdb]Invalid parameter number. (-2000) (SQLDriverConnect);<br />
<br />
[HY093] [Oracle][ODBC][Rdb]Invalid parameter number. (-2000)')&quot;):<br />
error calling Python module function DbGenericRE.connect<br />
<br />
I am struggling to figure out what parameter is wrong, any one have an idea what could be causing this?<br />
<br />
Thanks.]]></description>
            <dc:creator>J M</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Wed, 13 Feb 2013 16:38:36 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?104,579038,579038#msg-579038</guid>
            <title>Oracle to Mysql migration (1 reply)</title>
            <link>http://forums.mysql.com/read.php?104,579038,579038#msg-579038</link>
            <description><![CDATA[ Hi, This problem has been reported numerous times and when asked if its a bug users have been ignored. When asked does the Migration tool support Oracle again no answer. The person who has dealt most with these problems is developer Sergio but I would like to know what the solution is to the problem below even if its a bug that will be fixed in the next release.<br />
<br />
<br />
<br />
<br />
Starting...<br />
<br />
Connect to source DBMS...<br />
<br />
- Connecting...<br />
<br />
Connecting to ...<br />
<br />
Opening ODBC connection to DSN=C5LOCAL...<br />
<br />
Connected<br />
<br />
Connect to source DBMS done<br />
<br />
Reverse engineer selected schemata....<br />
<br />
Connection to  apparently lost, reconnecting...<br />
<br />
Connecting to ...<br />
<br />
Opening ODBC connection to DSN=C5LOCAL...<br />
<br />
Connected<br />
<br />
Reverse engineering C5NW from None<br />
<br />
- Reverse engineering catalog information<br />
<br />
Traceback (most recent call last):<br />
<br />
  File &quot;C:\Program Files (x86)\MySQL\MySQL Workbench CE 5.2.46\modules\db_generic_re_grt.py&quot;, line 683, in reverseEngineer<br />
<br />
    return GenericReverseEngineering.reverseEngineer(connection, catalog_name, schemata_list, context)<br />
<br />
  File &quot;C:\Program Files (x86)\MySQL\MySQL Workbench CE 5.2.46\modules\db_generic_re_grt.py&quot;, line 207, in reverseEngineer<br />
<br />
    catalog = cls.reverseEngineerCatalog(connection, catalog_name)<br />
<br />
  File &quot;C:\Program Files (x86)\MySQL\MySQL Workbench CE 5.2.46\modules\db_generic_re_grt.py&quot;, line 358, in reverseEngineerCatalog<br />
<br />
    cls.reverseEngineerUserDatatypes(connection, catalog)<br />
<br />
  File &quot;C:\Program Files (x86)\MySQL\MySQL Workbench CE 5.2.46\modules\db_generic_re_grt.py&quot;, line 331, in reverseEngineerUserDatatypes<br />
<br />
    for type_row in cls.get_connection(connection).cursor().getTypeInfo(catalog=catalog.name):  # FIXME: there are duplicated names in this resultset<br />
<br />
pyodbc.DataError: ('22003', '[22003] [Oracle][ODBC]Numeric value out of range. (0) (SQLGetData)')<br />
<br />
<br />
<br />
Traceback (most recent call last):<br />
<br />
  File &quot;C:\Program Files (x86)\MySQL\MySQL Workbench CE 5.2.46\workbench\wizard_progress_page_widget.py&quot;, line 192, in thread_work<br />
<br />
    self.func()<br />
<br />
  File &quot;C:\Program Files (x86)\MySQL\MySQL Workbench CE 5.2.46\modules\migration_schema_selection.py&quot;, line 160, in task_reveng<br />
<br />
    self.main.plan.migrationSource.reverseEngineer()<br />
<br />
  File &quot;C:\Program Files (x86)\MySQL\MySQL Workbench CE 5.2.46\modules\migration.py&quot;, line 332, in reverseEngineer<br />
<br />
    self.state.sourceCatalog = self._rev_eng_module.reverseEngineer(self.connection, self.selectedCatalogName, self.selectedSchemataNames, self.state.applicationData)<br />
<br />
SystemError: DataError(&quot;('22003', '[22003] [Oracle][ODBC]Numeric value out of range. (0) (SQLGetData)')&quot;): error calling Python module function DbGenericRE.reverseEngineer<br />
<br />
ERROR: Reverse engineer selected schemata: DataError(&quot;('22003', '[22003] [Oracle][ODBC]Numeric value out of range. (0) (SQLGetData)')&quot;): error calling Python module function DbGenericRE.reverseEngineer<br />
<br />
Failed]]></description>
            <dc:creator>Douglas Campbell</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Wed, 13 Feb 2013 16:41:01 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?104,578904,578904#msg-578904</guid>
            <title>MySQL workbench crashing on migration (no replies)</title>
            <link>http://forums.mysql.com/read.php?104,578904,578904#msg-578904</link>
            <description><![CDATA[ I'm trying to migrate data directly into MySQL as an initial phase towards moving to a sane database. However, in setting up the migration wizard, it keeps crashing when it reaches the 'reverse engineer selected schema'. <br />
<br />
I am connecting to the source database via ODBC. The source database is Intuit's Quickbase and I am connecting via QuNect ODBC. <br />
<br />
Can anyone point me in the direction of a workaround or fix for this? <br />
<br />
Log-dump is as follows: <br />
Problem signature:<br />
  Problem Event Name:	APPCRASH<br />
  Application Name:	MySQLWorkbench.exe<br />
  Application Version:	5.2.46.10385<br />
  Application Timestamp:	51088952<br />
  Fault Module Name:	grt.dll<br />
  Fault Module Version:	0.0.0.0<br />
  Fault Module Timestamp:	51087ab8<br />
  Exception Code:	c0000005<br />
  Exception Offset:	00003cd5<br />
  OS Version:	6.1.7601.2.1.0.256.48<br />
  Locale ID:	3081<br />
  Additional Information 1:	0a9e<br />
  Additional Information 2:	0a9e372d3b4ad19135b953a78882e789<br />
  Additional Information 3:	0a9e<br />
  Additional Information 4:	0a9e372d3b4ad19135b953a78882e789]]></description>
            <dc:creator>David Porter</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Mon, 11 Feb 2013 04:05:25 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?104,578314,578314#msg-578314</guid>
            <title>cannot select checkbox of column on a foreign key (no replies)</title>
            <link>http://forums.mysql.com/read.php?104,578314,578314#msg-578314</link>
            <description><![CDATA[ cannot select checkbox of column on a foreign key<br />
<br />
i have two tables<br />
<br />
one its called users the other clients<br />
<br />
i have created a foreign key on clients and referenced table users<br />
<br />
but on the chekbox does not let select the column uid<br />
<br />
is this a bug ?]]></description>
            <dc:creator>pedro dinis</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Fri, 01 Feb 2013 15:08:05 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?104,578046,578046#msg-578046</guid>
            <title>Error occured when &quot;reverse engineer selected schemata&quot; for PostgreSQL 9.2.2 (4 replies)</title>
            <link>http://forums.mysql.com/read.php?104,578046,578046#msg-578046</link>
            <description><![CDATA[ Hi,<br />
<br />
When I tried migrating data stored on PostgreSQL with the version 9.2.2 to MySQL, I got the following error at the step of &quot;Reverse engineer selected schemata&quot; for both 5.2.45 and 5.2.44 on Mac OS 10.6.8:<br />
<br />
Starting...<br />
Connect to source DBMS...<br />
- Connecting...<br />
Connecting to ...<br />
Opening ODBC connection to DSN=LocalPostgreSQLDB...<br />
Connected<br />
Connect to source DBMS done<br />
Reverse engineer selected schemata....<br />
Reverse engineering public from cssmetaselector<br />
- Reverse engineering catalog information<br />
- Preparing...<br />
- Gathered stats for public<br />
Reverse engineering tables from public<br />
- Retrieving table public.static...<br />
Traceback (most recent call last):<br />
  File &quot;/Applications/MySQLWorkbench.app/Contents/PlugIns/db_postgresql_re_grt.py&quot;, line 335, in reverseEngineer<br />
    return PostgresqlReverseEngineering.reverseEngineer(connection, catalog_name, schemata_list, context)<br />
  File &quot;/Applications/MySQLWorkbench.app/Contents/PlugIns/db_generic_re_grt.py&quot;, line 257, in reverseEngineer<br />
    cls.reverseEngineerTables(connection, schema)<br />
  File &quot;/Applications/MySQLWorkbench.app/Contents/PlugIns/db_generic_re_grt.py&quot;, line 393, in reverseEngineerTables<br />
    cls.reverseEngineerTableIndices(connection, table)<br />
  File &quot;/Applications/MySQLWorkbench.app/Contents/PlugIns/db_postgresql_re_grt.py&quot;, line 114, in reverseEngineerTableIndices<br />
    index_rows = cls.execute_query(connection, all_indices_query).fetchall()<br />
  File &quot;/Applications/MySQLWorkbench.app/Contents/PlugIns/db_generic_re_grt.py&quot;, line 56, in execute_query<br />
    return cls.get_connection(connection_object).cursor().execute(query, *args, **kwargs)<br />
pyodbc.Error: ('ODBC data type 1111 is not supported.  Cannot read column indkey.', 'HY000')<br />
<br />
Traceback (most recent call last):<br />
  File &quot;/Applications/MySQLWorkbench.app/Contents/Resources/libraries/workbench/wizard_progress_page_widget.py&quot;, line 191, in thread_work<br />
    self.func()<br />
  File &quot;/Applications/MySQLWorkbench.app/Contents/PlugIns/migration_schema_selection.py&quot;, line 160, in task_reveng<br />
    self.main.plan.migrationSource.reverseEngineer()<br />
  File &quot;/Applications/MySQLWorkbench.app/Contents/PlugIns/migration.py&quot;, line 332, in reverseEngineer<br />
    self.state.sourceCatalog = self._rev_eng_module.reverseEngineer(self.connection, self.selectedCatalogName, self.selectedSchemataNames, self.state.applicationData)<br />
SystemError: Error(&quot;('ODBC data type 1111 is not supported.  Cannot read column indkey.', 'HY000')&quot;): error calling Python module function DbPostgresqlRE.reverseEngineer<br />
ERROR: Reverse engineer selected schemata: Error(&quot;('ODBC data type 1111 is not supported.  Cannot read column indkey.', 'HY000')&quot;): error calling Python module function DbPostgresqlRE.reverseEngineer<br />
Failed<br />
<br />
The error above does not give my any clue. It'll be most appreciated if someone can help me with this.<br />
<br />
All the best<br />
<br />
Xi]]></description>
            <dc:creator>Xi Bai</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Tue, 12 Feb 2013 18:53:40 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?104,576744,576744#msg-576744</guid>
            <title>MySQL Workbench 5.2.45: Upgrade from MySQL Administrator, MySQL Query Browser (no replies)</title>
            <link>http://forums.mysql.com/read.php?104,576744,576744#msg-576744</link>
            <description><![CDATA[ MySQL Workbench 5.2.45: Upgrade from MySQL Administrator, MySQL Query Browser<br />
<a href="http://mysqlworkbench.org/2012/12/mysql-workbench-5-2-45-ga-released/"  rel="nofollow">http://mysqlworkbench.org/2012/12/mysql-workbench-5-2-45-ga-released/</a><br />
<br />
WB 5.2 includes:<br />
- Model (upgrade from DBDesigner)<br />
- Query (upgrade from MySQL Query Browser)<br />
- Admin (upgrade from MySQL Administrator)<br />
- Migration (upgrade from MySQL Migration Toolkit)<br />
- SSH-Tunnel (new)<br />
<br />
<br />
WB Downloads: <a href="http://dev.mysql.com/downloads/workbench/"  rel="nofollow">http://dev.mysql.com/downloads/workbench/</a><br />
WB Forums: <a href="http://forums.mysql.com/index.php?151"  rel="nofollow">http://forums.mysql.com/index.php?151</a><br />
WB Blogs: <a href="http://mysqlworkbench.org/x.php?151"  rel="nofollow">http://mysqlworkbench.org/x.php?151</a><br />
WB Blogs: <a href="http://mysqlworkbench.org/"  rel="nofollow">http://mysqlworkbench.org/</a>]]></description>
            <dc:creator>Edwin Desouza</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Thu, 03 Jan 2013 00:04:21 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?104,576657,576657#msg-576657</guid>
            <title>Newbie needs help transferring data (2 replies)</title>
            <link>http://forums.mysql.com/read.php?104,576657,576657#msg-576657</link>
            <description><![CDATA[ I am working on a java program for school that has a backend MySQL database. I was pro vided with a template to use for database called reqistrar.sql that I copied over to the bin folder for MySQL (C:\Program Files (x86)\MySQL\MySQL Server 5.1\bin).<br />
  My question is, once that I have added data into my program, is this template what I need to copy with my program, or is there something else that I have to do to transfer the data for my program so that the grader can see that I have performed the tests required to prove my program works?]]></description>
            <dc:creator>James Youngblood</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Fri, 04 Jan 2013 02:45:11 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?104,576630,576630#msg-576630</guid>
            <title>Bulk Data Migration is getting hanged out - Please help... (no replies)</title>
            <link>http://forums.mysql.com/read.php?104,576630,576630#msg-576630</link>
            <description><![CDATA[ Hello, <br />
<br />
I have downloaded MySql Workbench 5.2.44 and installed it on Ubuntu 10.04. I am trying to perform following operations although things are getting hanged out at last step 'Bulk Data Transfer'.<br />
<br />
1) Mysql to Mysql db transfer. <br />
<br />
2) Postgresql to Mysql db transfer. <br />
<br />
I have also tried performing this operation from terminal but I am not seeing any error details on console that could help me in get going. <br />
<br />
ashish@ashish-laptop:~/odb/testing1104$ mysql-workbench <br />
Initializing AdvancedSidebar factory method<br />
Initializing mforms factory<br />
Creating WBOptions<br />
Ready.<br />
<br />
** Message: overview.home built-in command is being overwritten<br />
<br />
I am trying to migrate around 850 tables in both the migration but could't get success. <br />
<br />
Well I am able to establish connection in first and second case. In second case I have established connection with the help of odbc with the postgres source database.<br />
<br />
Just so you know that if I am migrating small database lets say in both the cases mentioned above if db contains less tables lets say 1 table then both the migrations are working fine for me.<br />
<br />
Am I missing some additional configuration here? that is needed when we are trying to perform migration of such a huge db. <br />
<br />
Please let us know if additional information is needed here. <br />
<br />
--<br />
Kind Regards<br />
Ashish Vijaywargiya]]></description>
            <dc:creator>Ashish Vijaywargiya</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Sat, 29 Dec 2012 11:15:27 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?104,576519,576519#msg-576519</guid>
            <title>Problems starting workbench in Fedora 17 (no replies)</title>
            <link>http://forums.mysql.com/read.php?104,576519,576519#msg-576519</link>
            <description><![CDATA[ Hi,<br />
I have installed mysql-workbench through yum in Fedora 17 64bit when start it I get the following error :<br />
<br />
<span style="color:red"> /bin/catchsegv: line 58: //libexec/mysql-workbench-bin: No such file or directory </span><br />
<br />
The routine for line 58 in /bin/catchsegv is as under<br />
<br />
<pre class="bbcode"> # Redirect stderr to avoid termination message from shell.
(exec 3&gt;&amp;2 2&gt;/dev/null
<span style="color:red">LD_PRELOAD=${LD_PRELOAD:+${LD_PRELOAD}:}/\$LIB/libSegFault.so \</span>
SEGFAULT_USE_ALTSTACK=1 \
SEGFAULT_OUTPUT_NAME=$segv_output \
&quot;$prog&quot; ${1+&quot;$@&quot;} 2&gt;&amp;3 3&gt;&amp;-)
exval=$?</pre>
<br />
The file mysql-workbench-bin is located under /usr/libexec instead of //libexec<br />
<br />
Can someone please help me fix it, I have very important assignment to do using workbench.<br />
<br />
Thanks for your help.<br />
Regards<br />
<b>Terry</b>]]></description>
            <dc:creator>Terry Khatri</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Mon, 24 Dec 2012 23:38:45 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?104,576457,576457#msg-576457</guid>
            <title>Error - Migrating from Oracle to MySql (Workbench 5.2) (no replies)</title>
            <link>http://forums.mysql.com/read.php?104,576457,576457#msg-576457</link>
            <description><![CDATA[ Hi everyone,<br />
 <br />
     I'm trying to migrate a very small database from oracle to MySQL, but I have got a error, something with reverseEngineer, please see log below.<br />
<br />
Any Help? Thanks!<br />
<br />
<br />
<br />
Starting...<br />
<br />
Connect to source DBMS...<br />
<br />
- Connecting...<br />
<br />
Connecting to ...<br />
<br />
Opening ODBC connection to DSN=Oracle_XE...<br />
<br />
Connected<br />
<br />
Connect to source DBMS done<br />
<br />
Reverse engineer selected schemata....<br />
<br />
Connection to  apparently lost, reconnecting...<br />
<br />
Connecting to ...<br />
<br />
Opening ODBC connection to DSN=Oracle_XE...<br />
<br />
Connected<br />
<br />
Reverse engineering PREVISAO from None<br />
<br />
- Reverse engineering catalog information<br />
<br />
Traceback (most recent call last):<br />
<br />
  File &quot;C:\Program Files (x86)\MySQL\MySQL Workbench CE 5.2.44\modules\db_generic_re_grt.py&quot;, line 683, in reverseEngineer<br />
<br />
    return GenericReverseEngineering.reverseEngineer(connection, catalog_name, schemata_list, context)<br />
<br />
  File &quot;C:\Program Files (x86)\MySQL\MySQL Workbench CE 5.2.44\modules\db_generic_re_grt.py&quot;, line 207, in reverseEngineer<br />
<br />
    catalog = cls.reverseEngineerCatalog(connection, catalog_name)<br />
<br />
  File &quot;C:\Program Files (x86)\MySQL\MySQL Workbench CE 5.2.44\modules\db_generic_re_grt.py&quot;, line 358, in reverseEngineerCatalog<br />
<br />
    cls.reverseEngineerUserDatatypes(connection, catalog)<br />
<br />
  File &quot;C:\Program Files (x86)\MySQL\MySQL Workbench CE 5.2.44\modules\db_generic_re_grt.py&quot;, line 331, in reverseEngineerUserDatatypes<br />
<br />
    for type_row in cls.get_connection(connection).cursor().getTypeInfo(catalog=catalog.name):  # FIXME: there are duplicated names in this resultset<br />
<br />
pyodbc.DataError: ('22003', '[22003] [Oracle][ODBC]Numeric value out of range. (0) (SQLGetData)')<br />
<br />
<br />
<br />
Traceback (most recent call last):<br />
<br />
  File &quot;C:\Program Files (x86)\MySQL\MySQL Workbench CE 5.2.44\workbench\wizard_progress_page_widget.py&quot;, line 191, in thread_work<br />
<br />
    self.func()<br />
<br />
  File &quot;C:\Program Files (x86)\MySQL\MySQL Workbench CE 5.2.44\modules\migration_schema_selection.py&quot;, line 160, in task_reveng<br />
<br />
    self.main.plan.migrationSource.reverseEngineer()<br />
<br />
  File &quot;C:\Program Files (x86)\MySQL\MySQL Workbench CE 5.2.44\modules\migration.py&quot;, line 332, in reverseEngineer<br />
<br />
    self.state.sourceCatalog = self._rev_eng_module.reverseEngineer(self.connection, self.selectedCatalogName, self.selectedSchemataNames, self.state.applicationData)<br />
<br />
SystemError: DataError(&quot;('22003', '[22003] [Oracle][ODBC]Numeric value out of range. (0) (SQLGetData)')&quot;): error calling Python module function DbGenericRE.reverseEngineer<br />
<br />
ERROR: Reverse engineer selected schemata: DataError(&quot;('22003', '[22003] [Oracle][ODBC]Numeric value out of range. (0) (SQLGetData)')&quot;): error calling Python module function DbGenericRE.reverseEngineer<br />
<br />
Failed]]></description>
            <dc:creator>Nivaldo Ribeiro</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Sat, 22 Dec 2012 18:23:40 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?104,576340,576340#msg-576340</guid>
            <title>mysql-workbench crashing (no replies)</title>
            <link>http://forums.mysql.com/read.php?104,576340,576340#msg-576340</link>
            <description><![CDATA[ Hello All, <br />
<br />
I have just installed mysql-workbench on openSUSE 12.2 from standard repos. It crashes everytime at boot up. This the message:<br />
<br />
<br />
Code:<br />
anooshr@linux-ri7f:~&gt; mysql-workbench --verbose<br />
** Message: Gnome keyring daemon seems to not be available. Stored passwords will be lost once quit<br />
** Message: Trying to load module '/usr/lib64/mysql-workbench/modules/wb.model.grt.so' (cpp)<br />
** Message: Trying to load module '/usr/lib64/mysql-workbench/modules/db.mysql.grt.so' (cpp)<br />
** Message: Trying to load module '/usr/lib64/mysql-workbench/modules/wb.mysql.import.grt.so' (cpp)<br />
** Message: Trying to load module '/usr/lib64/mysql-workbench/modules/text_grt.py' (python)<br />
** Message: Trying to load module '/usr/lib64/mysql-workbench/modules/code_utils_grt.py' (python)<br />
** Message: Trying to load module '/usr/lib64/mysql-workbench/modules/wb_doclib_grt.py' (python)<br />
** Message: Trying to load module '/usr/lib64/mysql-workbench/modules/db.mysql.query.grt.so' (cpp)<br />
** Message: Trying to load module '/usr/lib64/mysql-workbench/modules/db.mysql.sqlparser.grt.so' (cpp)<br />
** Message: Trying to load module '/usr/lib64/mysql-workbench/modules/tools.grt.lua' (lua)<br />
** Message: Initialized Lua module /usr/lib64/mysql-workbench/modules/tools.grt.lua (WbTools)<br />
** Message: Trying to load module '/usr/lib64/mysql-workbench/modules/table_utils_grt.py' (python)<br />
** Message: Trying to load module '/usr/lib64/mysql-workbench/modules/sqlide_grt.py' (python)<br />
** Message: Trying to load module '/usr/lib64/mysql-workbench/modules/wb_utils_grt.py' (python)<br />
** Message: Trying to load module '/usr/lib64/mysql-workbench/modules/db.mysql.sqlide.grt.so' (cpp)<br />
** Message: Trying to load module '/usr/lib64/mysql-workbench/modules/wb_admin_grt.py' (python)<br />
Warning! Can't use connect with timeout in paramiko 1.7.7.1 (George)<br />
/bin/sh: ifconfig: command not found<br />
** Message: Trying to load module '/usr/lib64/mysql-workbench/modules/catalog_utils.grt.lua' (lua)<br />
** Message: Initialized Lua module /usr/lib64/mysql-workbench/modules/catalog_utils.grt.lua (WbUtils)<br />
** Message: Trying to load module '/usr/lib64/mysql-workbench/modules/forms.grt.so' (cpp)<br />
** Message: Trying to load module '/usr/lib64/mysql-workbench/modules/wb_dev_utils_grt.py' (python)<br />
** Message: Trying to load module '/usr/lib64/mysql-workbench/modules/dbutils.grt.so' (cpp)<br />
** Message: Trying to load module '/usr/lib64/mysql-workbench/plugins/wb.printing.wbp.so' (cpp)<br />
** Message: Trying to load module '/usr/lib64/mysql-workbench/plugins/wb.model.editors.wbp.so' (cpp)<br />
** Message: Trying to load module '/usr/lib64/mysql-workbench/plugins/db.checks.wbp.so' (cpp)<br />
** Message: Trying to load module '/usr/lib64/mysql-workbench/plugins/db.mysql.wbp.so' (cpp)<br />
** Message: Trying to load module '/usr/lib64/mysql-workbench/plugins/db.mysql.editors.wbp.so' (cpp)<br />
** Message: Trying to load module '/usr/lib64/mysql-workbench/plugins/db.mysql.diff.reporting.wbp.so' (cpp)<br />
** Message: Trying to load module '/usr/lib64/mysql-workbench/plugins/wb.model.snippets.wbp.so' (cpp)<br />
Ready.<br />
<br />
<br />
*** Segmentation fault<br />
Register dump:<br />
<br />
<br />
 RAX: 0000000000000000   RBX: 0000000000000000   RCX: 0000000000000000<br />
 RDX: 0000000003071838   RSI: 0000000000000000   RDI: 0000000000000000<br />
 RBP: 0000000000000000   R8 : 0000000003071860   R9 : 0000000000000000<br />
 R10: 00007fffc086e7b0   R11: 00007f40a60941e0   R12: 0000000000000002<br />
 R13: 00007fffc086ecb0   R14: 00007f40a9d52790   R15: 00007fffc086ec01<br />
 RSP: 00007fffc086ea08<br />
<br />
<br />
 RIP: 00007f40a60941e0   EFLAGS: 00010202<br />
<br />
<br />
 CS: 0033   FS: 0000   GS: 0000<br />
<br />
<br />
 Trap: 0000000e   Error: 00000004   OldMask: 00000000   CR2: 0000000c<br />
<br />
<br />
 FPUCW: 0000037f   FPUSW: 00000020   TAG: 00007f40<br />
 RIP: a9437fff   RDP: c086d5d8<br />
<br />
<br />
 ST(0) 0000 0000000000000000   ST(1) 0000 0000000000000000<br />
 ST(2) 0000 0000000000000000   ST(3) 0000 0000000000000000<br />
 ST(4) 0000 0000000000000000   ST(5) 0000 0000000000000000<br />
 ST(6) ffff 8000000000000000   ST(7) 0000 0000000000000000<br />
 mxcsr: 1fa0<br />
 XMM0:  00000000000000000000000000000000 XMM1:  00000000000000000000000000000000<br />
 XMM2:  00000000000000000000000000000000 XMM3:  00000000000000000000000000000000<br />
 XMM4:  00000000000000000000000000000000 XMM5:  00000000000000000000000000000000<br />
 XMM6:  00000000000000000000000000000000 XMM7:  00000000000000000000000000000000<br />
 XMM8:  00000000000000000000000000000000 XMM9:  00000000000000000000000000000000<br />
 XMM10: 00000000000000000000000000000000 XMM11: 00000000000000000000000000000000<br />
 XMM12: 00000000000000000000000000000000 XMM13: 00000000000000000000000000000000<br />
 XMM14: 00000000000000000000000000000000 XMM15: 00000000000000000000000000000000<br />
<br />
<br />
Backtrace:<br />
/usr/lib64/libxcb-glx.so.0(xcb_glx_query_server_string_string_length+0x0)[0x7f40a60941e0]<br />
/usr/lib64/libGL.so.1(+0x41204)[0x7f40ab5e0204]<br />
/usr/lib64/libGL.so.1(+0x22e42)[0x7f40ab5c1e42]<br />
/usr/lib64/libGL.so.1(glXQueryVersion+0x19)[0x7f40ab5bdd89]<br />
/usr/lib64/mysql-workbench/libmdcanvasgtk.so.0(_ZN3mdc21detect_opengl_versionEv+0x21)[0x7f40b09712c1]<br />
/usr/bin/mysql-workbench-bin(_ZN2wb9WBContext19is_opengl_availableEv+0x40)[0x9f30d0]<br />
/usr/bin/mysql-workbench-bin(_ZN2wb9WBContext24determine_opengl_supportEPNS_9WBOptionsE+0x1a)[0x9f97da]<br />
/usr/bin/mysql-workbench-bin(_ZN2wb9WBContext5init_EPNS_19WBFrontendCallbacksEPNS_9WBOptionsE+0x10b1)[0xa067a1]<br />
/usr/bin/mysql-workbench-bin(_ZN2wb11WBContextUI4initEPNS_19WBFrontendCallbacksEPNS_9WBOptionsE+0x30)[0x9d52d0]<br />
/usr/bin/mysql-workbench-bin(_ZN7ProgramC1EN2wb9WBOptionsE+0x97f)[0x80a59f]<br />
/usr/bin/mysql-workbench-bin(main+0x60c)[0x804d0c]<br />
/lib64/libc.so.6(__libc_start_main+0xf5)[0x7f40a8e7f455]<br />
??:0(??)[0x807811]<br />
<br />
<br />
Memory map:<br />
<br />
<br />
00400000-00f16000 r-xp 00000000 08:06 1712694 /usr/bin/mysql-workbench-bin<br />
01116000-01117000 r--p 00b16000 08:06 1712694 /usr/bin/mysql-workbench-bin<br />
01117000-0111c000 rw-p 00b17000 08:06 1712694 /usr/bin/mysql-workbench-bin<br />
...<br />
7f40b35ff000-7f40b3600000 r--p 00000000 08:06 1586199 /usr/lib/locale/en_US.utf8/LC_TIME<br />
7f40b3600000-7f40b3601000 r--p 00000000 08:06 1586198 /usr/lib/locale/en_US.utf8/LC_MONETARY<br />
7f40b3601000-7f40b3602000 r--p 00000000 08:06 1575060 /usr/lib/locale/en_US.utf8/LC_MESSAGES/SYS_LC_MESSAGES<br />
7f40b3602000-7f40b3603000 r--p 00000000 08:06 1727822 /usr/lib/locale/en_US.utf8/LC_PAPER<br />
7f40b3603000-7f40b3604000 r--p 00000000 08:06 1727848 /usr/lib/locale/en_US.utf8/LC_NAME<br />
7f40b3604000-7f40b3605000 r--p 00000000 08:06 1575277 /usr/lib/locale/en_US.utf8/LC_ADDRESS<br />
7f40b3605000-7f40b3606000 r--p 00000000 08:06 1727802 /usr/lib/locale/en_US.utf8/LC_TELEPHONE<br />
7f40b3606000-7f40b3607000 r--p 00000000 08:06 1727823 /usr/lib/locale/en_US.utf8/LC_MEASUREMENT<br />
7f40b3607000-7f40b3608000 r--p 00000000 08:06 1576251 /usr/lib/locale/en_US.utf8/LC_IDENTIFICATION<br />
7f40b3608000-7f40b360f000 r--s 00000000 08:06 1575016 /usr/lib64/gconv/gconv-modules.cache<br />
7f40b360f000-7f40b3612000 rw-p 00000000 00:00 0<br />
7f40b3612000-7f40b3613000 r--p 00021000 08:06 794506 /lib64/ld-2.15.so<br />
7f40b3613000-7f40b3614000 rw-p 00022000 08:06 794506 /lib64/ld-2.15.so<br />
7f40b3614000-7f40b3615000 rw-p 00000000 00:00 0<br />
7fffc0835000-7fffc0872000 rw-p 00000000 00:00 0 [stack]<br />
7fffc0912000-7fffc0913000 r-xp 00000000 00:00 0 [vdso]<br />
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]]]></description>
            <dc:creator>Anoosh Ravan</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Thu, 20 Dec 2012 00:22:14 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?104,576311,576311#msg-576311</guid>
            <title>Migration error on script view when changing target (1 reply)</title>
            <link>http://forums.mysql.com/read.php?104,576311,576311#msg-576311</link>
            <description><![CDATA[ Hello,<br />
<br />
Thank you for the integration of &quot;Migration&quot;.<br />
<br />
Thank you for the integration of Migration.<br />
In step &quot;Manual Edditing&quot;, it is really convenient to change the target schema name.<br />
But in the case of query views, the migration script automatically adds references to the source, which causes an error.<br />
For example:<br />
<br />
Source MySQL Local on schema = Toga_dev1<br />
CREATE <br />
    ALGORITHM = UNDEFINED <br />
    DEFINER = `root`@`localhost` <br />
    SQL SECURITY DEFINER<br />
VIEW `facture_euro` AS<br />
    select <br />
        `i`.`idimplantation` AS `idimplantation`,<br />
        `m`.`time_by_day_idtime` AS `time_by_day_idtime`,<br />
        `m`.`valeur` AS `facture_value`<br />
    from<br />
        ((((((`mesures` `m`<br />
        join `implantation` `i` ON ((`m`.`implantation_idImplantation` = `i`.`idimplantation`)));<br />
<br />
<br />
Target MySQL Server on schema = Toga_dev8<br />
USE `Toga_dev8`;<br />
<br />
CREATE  OR REPLACE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` <br />
SQL SECURITY DEFINER VIEW `Toga_dev1`.`facture_euro` AS<br />
select `i`.`idimplantation` AS `idimplantation`,<br />
`m`.`time_by_day_idtime` AS `time_by_day_idtime`,<br />
`m`.`valeur` AS `facture_value` <br />
from <br />
((((((`Toga_dev1`.`mesures` `m` <br />
join `Toga_dev1`.`implantation` `i` on((`m`.`implantation_idImplantation` = `i`.`idimplantation`))) ;<br />
<br />
<br />
Is there an option or a solution to address this problem ?<br />
<br />
Thank You]]></description>
            <dc:creator>Support CM2D</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Fri, 21 Dec 2012 05:05:40 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?104,576145,576145#msg-576145</guid>
            <title>mysql- workbench struct invalid error (no replies)</title>
            <link>http://forums.mysql.com/read.php?104,576145,576145#msg-576145</link>
            <description><![CDATA[ I'm creating a DB in lubuntu 64 bit machine. in the workbench when i try to open existing EER model *.mwd it throws an error<br />
<br />
Error unserializing GRT data<br />
error unserializing object (invalid struct)<br />
<br />
the same file works fine on windows . Please suggest.]]></description>
            <dc:creator>Rakesh Patil</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Sat, 15 Dec 2012 06:58:40 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?104,576026,576026#msg-576026</guid>
            <title>Migrating Process (2 replies)</title>
            <link>http://forums.mysql.com/read.php?104,576026,576026#msg-576026</link>
            <description><![CDATA[ Hi All<br />
<br />
Please bear with me being that I'm new to MySql and this forum. I have a question in regards to using the migration wizard on MySql 5.5.  I need to migrate 2.73 tb of data from our old xserve to a new windows box. Note both the source and target are MySql databases. This is my question with the data base I have a field called file_path this field points to the folder where our images are stored.  When I do a migration I understand I'm migrating one database to another but will it also bring over the actual data images that are referenced in the file_path field.<br />
<br />
Thanks appreciate the help.<br />
Jose']]></description>
            <dc:creator>Jose Garcia</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Wed, 26 Dec 2012 18:42:45 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?104,575459,575459#msg-575459</guid>
            <title>Import of big database (no replies)</title>
            <link>http://forums.mysql.com/read.php?104,575459,575459#msg-575459</link>
            <description><![CDATA[ if the import function of phpmyadmin fails, my script imports very big database dumps. Just use the script.<br />
<br />
<br />
&lt;?php<br />
/*<br />
Importscript to import Big SQL scripts<br />
It handles very Big SQL scripts.<br />
<br />
ATTENTION: JUST ONE SQL ORDER PER LINE (;)<br />
<br />
<br />
1. Upload this script to your server. Change the SQL Properties before<br />
<br />
2. Upload the SQL file to the same Folder (Best with FTP)<br />
<br />
3. Call the Script with the SQL Filename as GET Parameter (Example: www.yourdomain.com/importskript.php?filename=sql.sql)<br />
<br />
Copyright by Lucius Bachmann<br />
*/<br />
function db()//Function to Connect to Database<br />
{<br />
    $MySQL_Host=&quot;Your-MySQL Host&quot;;<br />
    $MySQL_User=&quot;Your Mysql User&quot;;<br />
    $MySQL_Passw=&quot;Your Mysql Password&quot;;<br />
    $db=&quot;Your DB Name&quot;;<br />
<br />
<br />
$dblk=mysql_connect(&quot;$MySQL_Host&quot;,&quot;$MySQL_User&quot;,&quot;$MySQL_Passw&quot;);<br />
echo mysql_error($dblk);<br />
mysql_select_db($db);<br />
return($dblk);<br />
}<br />
<br />
$dblk=db();//Database connect<br />
session_start();//start session<br />
$maxtime=ini_get(&quot;max_execution_time&quot;);// get max execution time<br />
$starttime=time();//starttime<br />
<br />
if(isset($_SESSION['pointer'])){//If the skript was called by itself, set the variables as they where before<br />
	$pointer = $_SESSION['pointer'];<br />
	$sql     = $_SESSION['sql'];<br />
	$counter = $_SESSION['counter'];<br />
	$fehler  = $_SESSION['fehler'];<br />
	$Filename= $_SESSION['filename'];<br />
	$FileHandler = fopen($Filename, 'r') or die(&quot;can't open file&quot;);<br />
	fseek($FileHandler, $pointer);//Jump to the place the pointer was before<br />
}<br />
else{//If its the first call, initialize the Variables<br />
<br />
	$sql='';<br />
	$letter='';<br />
	$Filename = $_GET['filename'];<br />
<br />
	$pointer=0;<br />
<br />
	$counter=0;<br />
	$lastletters='';<br />
	$fehler='';<br />
	$_SESSION['skript_startet']=$starttime;<br />
	$FileHandler = fopen($Filename, 'r') or die(&quot;can't open file&quot;);<br />
}<br />
<br />
while(time()-$starttime+5 &lt; $maxtime){// As long as you have Execution Time, And to avoid maximum execution timeout<br />
	$line=fgets($FileHandler);//Read line<br />
	if($line === false){//If End Of file, exit<br />
		$EndofFile=1;<br />
		break;<br />
	}<br />
	while(!(strpos($line, &quot;--&quot;)===false)){//If a comment line, get next line<br />
		$line=fgets($FileHandler);<br />
	<br />
	}<br />
	$pointer=ftell($FileHandler);//get the offset of the filecursor<br />
	$string=substr($line,0, strlen($line)-1);//read the line into a string<br />
	$sql.=$string;//append to sql order<br />
	$lastletter=substr($line, strlen($line)-2, strlen($line)-1);// get the last letter of the line<br />
	if(!(strpos($lastletter, &quot;;&quot;)===false)){//If the last letter was a semicolon, <br />
<br />
		if(!mysql_query($sql)){//Mysql query<br />
			$fehler.=&quot;SQL Fehler: $sql &lt;br&gt;&quot;;// Fehler Save<br />
		}<br />
		$counter++;// count the orders<br />
		$sql='';<br />
	}<br />
<br />
}<br />
<br />
if(isset($EndofFile)){//If the sql import is finished, show stats<br />
	$timeUsed=time()-$_SESSION['skript_startet'];<br />
	echo&quot;<br />
	SQL Befehle ausgeführt: $counter &lt;br&gt;<br />
	Time Used: $timeUsed seconds &lt;br&gt;<br />
	Fehler: $fehler &lt;br&gt;<br />
	&quot;;<br />
}<br />
else{//save the variables in the session<br />
<br />
	$_SESSION['pointer']=$pointer;<br />
	$_SESSION['sql']=$sql;<br />
	$_SESSION['counter']=$counter;<br />
	$_SESSION['fehler']=$fehler;<br />
	$_SESSION['filename']=$Filename;<br />
<br />
	echo &quot;&lt;script&gt;window.location='&quot;.$_SERVER['PHP_SELF'].&quot;';&lt;/script&gt;&quot;;//and call the script itself<br />
}<br />
<br />
<br />
<br />
<br />
<br />
?&gt;]]></description>
            <dc:creator>fritz müller</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Thu, 06 Dec 2012 21:00:15 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?104,574588,574588#msg-574588</guid>
            <title>Import .DBF Structure &amp; Data to MySql Database via Workbench (1 reply)</title>
            <link>http://forums.mysql.com/read.php?104,574588,574588#msg-574588</link>
            <description><![CDATA[ Hi all,<br />
<br />
I am new to workbench &amp; MySQL, but hopefully someone can point me in the right direction with this one.<br />
<br />
I have an SQL reporting system which connects to a MySQL database on the same hosting package. I have 4 seperate .DBF files that I want to import the data &amp; structure from to the MySQL database so that I can link the reporting system to this data &amp; create reports.<br />
<br />
I tried using the import tool in Workbench which said that the import had run successfully but no table or data was created in the MySQL database.<br />
<br />
Can I do this in workbench, and if so how? Otherwise what is the best way to do so.<br />
<br />
Thanks for your help!<br />
<br />
Richard]]></description>
            <dc:creator>Richard Hemingway</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Mon, 26 Nov 2012 11:02:45 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?104,574380,574380#msg-574380</guid>
            <title>Migrate from .accdb to MySQL (5 replies)</title>
            <link>http://forums.mysql.com/read.php?104,574380,574380#msg-574380</link>
            <description><![CDATA[ Hi everyone,<br />
<br />
I'm trying to migrate my .accdb file (DATI.accdb) in MySQL.<br />
I create DSN connector for my accdb database but, in &quot;Fetch Schemata List&quot; step I have this log:<br />
<br />
<br />
Starting...<br />
<br />
Connect to source DBMS...<br />
<br />
- Connecting to source...<br />
<br />
Connecting to Mssql@DATI...<br />
<br />
Opening ODBC connection to DSN=DATI;DATABASE=;UID=sa;PWD=XXXX...<br />
<br />
Connected<br />
<br />
Traceback (most recent call last):<br />
<br />
  File &quot;C:\MySQL\MySQL Workbench 5.2 CE\modules\db_mssql_grt.py&quot;, line 147, in connect<br />
<br />
    _connections[connection.__id__][&quot;version&quot;] = getServerVersion(connection)<br />
<br />
  File &quot;C:\MySQL\MySQL Workbench 5.2 CE\modules\db_mssql_grt.py&quot;, line 173, in getServerVersion<br />
<br />
    ver_string = execute_query(connection, &quot;SELECT CAST(SERVERPROPERTY('ProductVersion') AS VARCHAR)&quot;).fetchone()[0]<br />
<br />
  File &quot;C:\MySQL\MySQL Workbench 5.2 CE\modules\db_mssql_grt.py&quot;, line 62, in execute_query<br />
<br />
    return get_connection(connection_object).cursor().execute(query, *args, **kwargs)<br />
<br />
pyodbc.ProgrammingError: ('42000', &quot;[42000] [Microsoft][Driver ODBC Microsoft Access] Errore di sintassi (operatore mancante) nell'espressione della query 'CAST(SERVERPROPERTY('ProductVersion') AS VARCHAR)'. (-3100) (SQLExecDirectW)&quot;)<br />
<br />
Traceback (most recent call last):<br />
<br />
  File &quot;C:\MySQL\MySQL Workbench 5.2 CE\modules\db_mssql_grt.py&quot;, line 173, in getServerVersion<br />
<br />
    ver_string = execute_query(connection, &quot;SELECT CAST(SERVERPROPERTY('ProductVersion') AS VARCHAR)&quot;).fetchone()[0]<br />
<br />
  File &quot;C:\MySQL\MySQL Workbench 5.2 CE\modules\db_mssql_grt.py&quot;, line 62, in execute_query<br />
<br />
    return get_connection(connection_object).cursor().execute(query, *args, **kwargs)<br />
<br />
pyodbc.ProgrammingError: ('42000', &quot;[42000] [Microsoft][Driver ODBC Microsoft Access] Errore di sintassi (operatore mancante) nell'espressione della query 'CAST(SERVERPROPERTY('ProductVersion') AS VARCHAR)'. (-3100) (SQLExecDirectW)&quot;)<br />
<br />
<br />
<br />
Traceback (most recent call last):<br />
<br />
  File &quot;C:\MySQL\MySQL Workbench 5.2 CE\workbench\wizard_progress_page_widget.py&quot;, line 65, in run<br />
<br />
    self.func()<br />
<br />
  File &quot;C:\MySQL\MySQL Workbench 5.2 CE\modules\migration_source_selection.py&quot;, line 415, in task_connect<br />
<br />
    raise e<br />
<br />
SystemError: ProgrammingError(&quot;('42000', &quot;[42000] [Microsoft][Driver ODBC Microsoft Access] Errore di sintassi (operatore mancante) nell'espressione della query 'CAST(SERVERPROPERTY('ProductVersion') AS VARCHAR)'. (-3100) (SQLExecDirectW)&quot;)&quot;): error calling Python module function DbMssqlRE.getServerVersion<br />
<br />
ERROR: Error during Connect to source DBMS: ProgrammingError(&quot;('42000', &quot;[42000] [Microsoft][Driver ODBC Microsoft Access] Errore di sintassi (operatore mancante) nell'espressione della query 'CAST(SERVERPROPERTY('ProductVersion') AS VARCHAR)'. (-3100) (SQLExecDirectW)&quot;)&quot;): error calling Python module function DbMssqlRE.getServerVersion<br />
<br />
<br />
<br />
Traceback (most recent call last):<br />
<br />
  File &quot;C:\MySQL\MySQL Workbench 5.2 CE\workbench\wizard_progress_page_widget.py&quot;, line 543, in update_status<br />
<br />
    task.run()<br />
<br />
  File &quot;C:\MySQL\MySQL Workbench 5.2 CE\workbench\wizard_progress_page_widget.py&quot;, line 80, in run<br />
<br />
    raise e<br />
<br />
SystemError: ProgrammingError(&quot;('42000', &quot;[42000] [Microsoft][Driver ODBC Microsoft Access] Errore di sintassi (operatore mancante) nell'espressione della query 'CAST(SERVERPROPERTY('ProductVersion') AS VARCHAR)'. (-3100) (SQLExecDirectW)&quot;)&quot;): error calling Python module function DbMssqlRE.getServerVersion<br />
<br />
ERROR: Exception in task 'Connect to source DBMS': SystemError('ProgrammingError(&quot;(\'42000\', &quot;[42000] [Microsoft][Driver ODBC Microsoft Access] Errore di sintassi (operatore mancante) nell\'espressione della query \'CAST(SERVERPROPERTY(\'ProductVersion\') AS VARCHAR)\'. (-3100) (SQLExecDirectW)&quot;)&quot;): error calling Python module function DbMssqlRE.getServerVersion',)<br />
<br />
<br />
<br />
Failed<br />
<br />
<br />
Please help me ;)]]></description>
            <dc:creator>Paolo Ermini</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Thu, 22 Nov 2012 20:48:40 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?104,574304,574304#msg-574304</guid>
            <title>Changing UNIQUE_CHECKS, FOREIGN_KEY_CHECKS &amp; SQL_MODE (2 replies)</title>
            <link>http://forums.mysql.com/read.php?104,574304,574304#msg-574304</link>
            <description><![CDATA[ I have a question/concern.<br />
<br />
My organization often uses the output from Workbench's &quot;create alter script&quot; export ability as the basis for their alter scripts. They start with what workbench provides and then add their own additional SQL commands.<br />
<br />
In the workbench output I see the following near the top of the script<br />
<br />
SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0;<br />
SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0;<br />
SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='TRADITIONAL';<br />
<br />
and at the end there are commands that to restore the old values.<br />
<br />
I found the explanation for these changes at:<br />
<a href="http://dev.mysql.com/doc/workbench/en/workbench-faq.html"  rel="nofollow">http://dev.mysql.com/doc/workbench/en/workbench-faq.html</a><br />
<br />
However, my concern is..... what if the script fails in the middle. Doesn't that mean that the we never restore the old values for these variables? And isn't that bad?]]></description>
            <dc:creator>John Rocha</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Mon, 26 Nov 2012 03:41:05 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?104,573729,573729#msg-573729</guid>
            <title>Problems with utf8 characters when migrating from SQL Expres 2008 (5 replies)</title>
            <link>http://forums.mysql.com/read.php?104,573729,573729#msg-573729</link>
            <description><![CDATA[ Hi<br />
<br />
I have a problem when trying to migrate a database from MS Express 2008 to MySql 5.5.<br />
<br />
I use the migration-tool in MySql Workbench (newest version) and all the schema creation and mapping is working perfectly. But when it comes to bulk-copy, the data inserted is not converted to utf8, and that results in strings that are &quot;cut off&quot; when a danish Æ-Ø-Å is encountered.<br />
<br />
When i run the wizard and it comes to &quot;Manual Editing&quot; it says under &quot;Migration Message&quot;: Collation Danish_Norwegian_CI_AS migrated to utf8_general_ci. SO i dont understand, why it is not working?<br />
<br />
I have tried the migration-tool in SQLyog, and it handles the conversion as expected, but i really dont want to pay for it :)<br />
<br />
How can i make it convert the strings correctly?<br />
<br />
Some help or guidance would be really helpfull.<br />
<br />
Regards, Morten]]></description>
            <dc:creator>morten nielsen</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Fri, 16 Nov 2012 07:23:30 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?104,573629,573629#msg-573629</guid>
            <title>Migration issue from Access database to MySQL (1 reply)</title>
            <link>http://forums.mysql.com/read.php?104,573629,573629#msg-573629</link>
            <description><![CDATA[ Hi<br />
<br />
I want to migrate an Access database to MySQL using the Migration tool on the Work Bench, but it always crashed.  There is &quot;None&quot; display for Schema selection for the Access database and  then it was crashed on the next step.<br />
<br />
What could possibly go wrong here?  Is it a bug?  <br />
<br />
Does Migration tool not work with Access database?<br />
<br />
Thank you very much]]></description>
            <dc:creator>Mary Pham</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Tue, 13 Nov 2012 18:27:40 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?104,573612,573612#msg-573612</guid>
            <title>ENCODE() on MySQL 5.0 differs from 5.5+ (3 replies)</title>
            <link>http://forums.mysql.com/read.php?104,573612,573612#msg-573612</link>
            <description><![CDATA[ I was running MySQL 5.0 on Windows XP and using the ENCODE() and DECODE() functions to encode passwords in the database. I've moved to version 5.5 which is now running under Windows 7 64-bit. <br />
<br />
I've discovered that the ENCODE/DECODE functions provide a different result in the new version. I've verified this by comparing the value produced by ENCODE for a known password on the 5.0 system, to the value produced for the same password on the 5.5 system. (Both systems use the same encoding string, of course.) <br />
<br />
Any explanations? This caused a big headache for user passwords, none of which now work on the new system. Fixing the new database is straightforward, of course, but what I'm really interested in is what happened.]]></description>
            <dc:creator>Carl Dreher</dc:creator>
            <category>MySQL Workbench - Database Migration</category>
            <pubDate>Thu, 15 Nov 2012 02:02:44 +0000</pubDate>
        </item>
    </channel>
</rss>
