<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>MySQL Forums - Other Migration</title>
        <description>Forum for other database migration issues.</description>
        <link>http://forums.mysql.com/list.php?79</link>
        <lastBuildDate>Sat, 25 May 2013 14:18:50 +0000</lastBuildDate>
        <generator>Phorum 5.2.19</generator>
        <item>
            <guid>http://forums.mysql.com/read.php?79,582524,582524#msg-582524</guid>
            <title>Order Top Brands of Mobile Batteries, Cases and Covers Online. (no replies)</title>
            <link>http://forums.mysql.com/read.php?79,582524,582524#msg-582524</link>
            <description><![CDATA[ Visit Day2day for all brands of mobile accessories, memory cards, iphone accessories, designer wall clocks models, gifts for sale, laptop accessories, electricals and electronics and more.]]></description>
            <dc:creator>mobilephone accessories</dc:creator>
            <category>Other Migration</category>
            <pubDate>Thu, 28 Mar 2013 12:27:35 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?79,581095,581095#msg-581095</guid>
            <title>Migration from Oracle or SQL Server (3 replies)</title>
            <link>http://forums.mysql.com/read.php?79,581095,581095#msg-581095</link>
            <description><![CDATA[ Hello Forum,<br />
<br />
MySQL newbie posting a (possibly) dumb question.<br />
<br />
I am looking to convert a database to MySQL.  <br />
<br />
I am in the fortunate (or unfortunate, I have no idea!) situation where the source database can either be SQL Server or Oracle, depending on what the customer wants.  The question is, from a source standpoint, which one would be the best RDBMS to work from ?  <br />
<br />
The application that accesses the database is a client server system, written in c# (not sure if this is important) and connects via an ODBC driver.]]></description>
            <dc:creator>Henderson Nigel</dc:creator>
            <category>Other Migration</category>
            <pubDate>Thu, 28 Mar 2013 19:57:36 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?79,579265,579265#msg-579265</guid>
            <title>Error trying to migrate from 3.23.51 to 5.1.66 (1 reply)</title>
            <link>http://forums.mysql.com/read.php?79,579265,579265#msg-579265</link>
            <description><![CDATA[ NOTE: bbcode doesn't seem to be turned on here so the &quot;code&quot; blocks aren't clean.<br />
<br />
Hello,<br />
<br />
I'm trying to migrate from an OLD running 3.23.51 server to a new(er) 5.1.66 server. I've gone through the following steps:<br />
<br />
On the old server:<br />
<br />
mysqldump -p --add-drop-table --add-locks --all --quick --lock-tables radiator &gt; radiator.sql<br />
<br />
The .sql created is a bit over 2GB<br />
<br />
Then I scp the .sql to the new server<br />
<br />
On the new server:<br />
<br />
iconv -f latin1 -t utf8 &lt; radiator.sql &gt; radiator-utf8.sql<br />
<br />
sed -e &quot;/auto_increment/ s/DEFAULT '0'//&quot; radiator-utf8.sql &gt; radiator-utf8-filt.sql<br />
<br />
I then DROP the radiator database to ensure it doesn't exist and I run<br />
<br />
mysql -p radiator &lt;radiator-utf8-filt.sql<br />
<br />
When I run it I get this error:<br />
<br />
<pre class="bbcode">
mysql  Ver 14.14 Distrib 5.1.66, for debian-linux-gnu (i486) using readline 6.1
root@radius1:~# mysql -p radiator &lt;radiator-utf8-filt.sql 
Enter password: 
ERROR 1064 (42000) at line 4: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-------------------------------------------------------

DROP TABLE IF EXIS' at line 1</pre>
<br />
-------------------------------------------------------<br />
<br />
This is the first part of the .sql file<br />
<br />
-------------------------------------------------------<br />
<br />
<pre class="bbcode">
-- MySQL dump 8.22
--
-- Host: localhost    Database: radiator
---------------------------------------------------------
-- Server version       3.23.51

--
-- Table structure for table 'ACCOUNTING'
--

DROP TABLE IF EXISTS ACCOUNTING;
CREATE TABLE ACCOUNTING (
  USERNAME char(50) NOT NULL default '',
  TIME_STAMP int(11) default NULL,
  ACCTSTATUSTYPE char(10) default NULL,
  ACCTDELAYTIME int(11) default NULL,
  ACCTINPUTOCTETS int(11) default NULL,
  ACCTOUTPUTOCTETS int(11) default NULL,
  ACCTSESSIONID char(30) default NULL,
  ACCTSESSIONTIME int(11) default NULL,
  ACCTTERMINATECAUSE int(11) default NULL,
  NASIDENTIFIER char(50) default NULL,
  NASPORT int(11) default NULL,
  FRAMEDIPADDRESS char(22) default NULL,
  KEY ACCOUNTING_I (USERNAME)
) TYPE=MyISAM;</pre>
<br />
Note that it seems to stop reading the first actual command line part way through. I don't understand what is happening at all.<br />
<br />
Ideas?]]></description>
            <dc:creator>Gerald Livingston</dc:creator>
            <category>Other Migration</category>
            <pubDate>Sat, 16 Feb 2013 04:56:24 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?79,578203,578203#msg-578203</guid>
            <title>CSV field exporting (no replies)</title>
            <link>http://forums.mysql.com/read.php?79,578203,578203#msg-578203</link>
            <description><![CDATA[ Hello everyone,<br />
<br />
I'm having lots of trouble with the following issue, im trying to export one field data into a new db table, what im trying to do is to delimit each field with commas but when i tried the following:<br />
<br />
                     SELECT * INTO OUTFILE '/tmp/name.csv'<br />
                     FIELDS TERMINATED BY ','<br />
                     OPTIONALLY ENCLOSED BY '&quot;'<br />
                     ESCAPED BY '\\'<br />
                     LINES TERMINATED BY '\n'<br />
                     FROM [tablename]<br />
<br />
The field which is a log from a cisco router which gives the following output:<br />
<br />
| 10.253.28.4 | local7   | info     | info  | be   | 2013-01-15 | 10:58:12 | 144496  | Jan 15 17:11:06.509: %CALLTRKR-6-CALL_R                              ECORD: ct_hndl=71875, service=TcpClear, origin=Answer, category=Modem, DS0 slot/port/ds1/chan=3/1/1/7, called=7219, calling=55                              55952194, resource slot/port=1/52, userid=c000317679330, ip=0.0.0.0, account id=239214, setup=01/15/2013 17:10:14, conn=0.01,                               phys=9.96, service=20.97, authen=20.89, init-rx/tx b-rate=2400/2400, rx/tx chars=203/153, charged units=0, time=30.36, disc su                              bsys=CSM, disc code=0x25, disc text=Modem Hang Up, sig type=Unknwn                                                                                                                                    | 536918 |<br />
<br />
keeps the fields delimitated by the pipes (|) so i get only 10 fields. I'm trying to get this output exported into an csv so i can re-import it into a new table with different fields. Thanks so much in front for your help.]]></description>
            <dc:creator>Gerardo Caudillo</dc:creator>
            <category>Other Migration</category>
            <pubDate>Wed, 30 Jan 2013 17:02:16 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?79,576917,576917#msg-576917</guid>
            <title>Mysql4 to Mysql5 migration problem - SQL Syntax (no replies)</title>
            <link>http://forums.mysql.com/read.php?79,576917,576917#msg-576917</link>
            <description><![CDATA[ Hi,<br />
I changed mysql4 to mysql5 and have a problem.<br />
Propably this query from mysql4 (worked there fine) gives me syntax error in mysql5:<br />
<br />
$q=&quot;select gs_hr.rin$hr as rin,gs_hr.uin$hr as uin,gs_hr.cl$hr as cl,gs_hr.out$hr as out,gs_hr.f$hr as f,gs_hr.a$hr as a,gs_hr.rin$hrl as rinhrl,gs_hr.out$hrl as outhrl,gs_hr.d as d,gs_tr.r as r,gs_tr.t as t,gs_tr.tr as tr,gs_tr.otr as otr,gs_tr.htr as htr,gs_tr.hotr as hotr,gs_tr.dowed as dowed,gs_tr.a as ca,gs_tr.drin as drin,gs_tr.dout as dout,gs_tr.etr as etr from gs_hr,gs_tr where gs_hr.d=gs_tr.d&quot;;<br />
<br />
Echo shows me:<br />
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'out,gs_hr.f4 as f,gs_hr.a4 as a,gs_hr.rin3 as rinhrl,gs_hr.out3 as outhrl,gs_hr.' at line 1<br />
On site is got error: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in ... 131<br />
<br />
Lines 129-131:<br />
<br />
129 | $q=&quot;select gs_hr.rin$hr as rin,gs_hr.uin$hr as uin,gs_hr.cl$hr as cl,gs_hr.out$hr as out,gs_hr.f$hr as f,gs_hr.a$hr as a,gs_hr.rin$hrl as rinhrl,gs_hr.out$hrl as outhrl,gs_hr.d as d,gs_tr.r as r,gs_tr.t as t,gs_tr.tr as tr,gs_tr.otr as otr,gs_tr.htr as htr,gs_tr.hotr as hotr,gs_tr.dowed as dowed,gs_tr.a as ca,gs_tr.drin as drin,gs_tr.dout as dout,gs_tr.etr as etr from gs_hr,gs_tr where gs_hr.d=gs_tr.d&quot;;<br />
130 | $r=mysql_query($q);<br />
131 | while($row=mysql_fetch_array($r)){$d=$row[&quot;d&quot;];<br />
<br />
Please help <br />
<br />
I need this query working on mysql5.<br />
Could you please help me convert it ?<br />
<br />
Benobi]]></description>
            <dc:creator>John Benobi</dc:creator>
            <category>Other Migration</category>
            <pubDate>Sun, 06 Jan 2013 02:59:08 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?79,576330,576330#msg-576330</guid>
            <title>Microsoft SQL Server Management Studio query to MySQLWorkbench (no replies)</title>
            <link>http://forums.mysql.com/read.php?79,576330,576330#msg-576330</link>
            <description><![CDATA[ Hi<br />
<br />
Just trying to create some new tables. I've tested them already in office, and want them now in MySQLWorkbench too.<br />
That's the query, which I exported from MS SQL Studio:<br />
<br />
<br />
<br />
USE [SAM_PLAYGROUND_LOCAL]<br />
GO<br />
<br />
/****** Object:  Table [dbo].[RSS_FEEDS]    Script Date: 12/19/2012 17:26:14 ******/<br />
SET ANSI_NULLS ON<br />
GO<br />
<br />
SET QUOTED_IDENTIFIER ON<br />
GO<br />
<br />
SET ANSI_PADDING ON<br />
GO<br />
<br />
CREATE TABLE [dbo].[RSS_FEEDS](<br />
	[RSSID] [int] IDENTITY(1,1) NOT NULL,<br />
	[Provider] [varchar](50) NULL,<br />
	[FeedName] [varchar](100) NULL,<br />
	<a href="http:// [varchar](1000) NULL,
	[Language] [varchar](2) NULL,
	[dt_insert] [datetime] NOT NULL,
	[dt_remove] [datetime] NULL,
	[Frequency] [int] NULL,
	[dt_lastUpdate] [datetime] NULL,
 CONSTRAINT [PK_RSS FEEDS] PRIMARY KEY CLUSTERED 
(
	[RSSID] ASC
)WITH (PAD_INDEX  = OFF, STATISTICS_NORECOMPUTE  = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS  = ON, ALLOW_PAGE_LOCKS  = ON) ON [PRIMARY]
) ON [PRIMARY]

GO

SET ANSI_PADDING OFF
GO

ALTER TABLE [dbo].[RSS_FEEDS] ADD  CONSTRAINT [DF_RSS FEEDS_dt_insert]  DEFAULT (getdate()) FOR [dt_insert]
GO


//-------------------------//
Thats the error I get: Error Code: 1064. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '[SAM_PLAYGROUND_LOCAL] GO  SET ANSI_NULLS ON GO  SET QUOTED_IDENTIFIER ON GO  SE' at line 1
//-------------------------//
What's wrong with my query? Sorry for the bad format, but I don't know how to handle it right :D
Thank you all!
//-------------------------//
Regards
Leon"  rel="nofollow"> [varchar](1000) NULL,
	[Language] [varchar](2) NULL,
	[dt_insert] [datetime] NOT NULL,
	[dt_remove] [datetime] NULL,
	[Frequency] [int] NULL,
	[dt_lastUpdate] [datetime] NULL,
 CONSTRAINT [PK_RSS FEEDS] PRIMARY KEY CLUSTERED 
(
	[RSSID] ASC
)WITH (PAD_INDEX  = OFF, STATISTICS_NORECOMPUTE  = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS  = ON, ALLOW_PAGE_LOCKS  = ON) ON [PRIMARY]
) ON [PRIMARY]

GO

SET ANSI_PADDING OFF
GO

ALTER TABLE [dbo].[RSS_FEEDS] ADD  CONSTRAINT [DF_RSS FEEDS_dt_insert]  DEFAULT (getdate()) FOR [dt_insert]
GO


//-------------------------//
Thats the error I get: Error Code: 1064. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '[SAM_PLAYGROUND_LOCAL] GO  SET ANSI_NULLS ON GO  SET QUOTED_IDENTIFIER ON GO  SE' at line 1
//-------------------------//
What's wrong with my query? Sorry for the bad format, but I don't know how to handle it right :D
Thank you all!
//-------------------------//
Regards
Leon</a>]]></description>
            <dc:creator>Leon Sharkoon</dc:creator>
            <category>Other Migration</category>
            <pubDate>Wed, 19 Dec 2012 20:04:25 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?79,573763,573763#msg-573763</guid>
            <title>moving database from (win 32bit) MySql 4.0.20a to (redhat 64bit) MySql 5.1.61 (no replies)</title>
            <link>http://forums.mysql.com/read.php?79,573763,573763#msg-573763</link>
            <description><![CDATA[ I have received a very old system running MySql 4.0.20a on a Windows Server 2003 Standard 32bit.<br />
<br />
mysql&gt; status <br />
-------------- <br />
mysql Ver 12.22 Distrib 4.0.20a, for Win95/Win98 (i32) <br />
<br />
Connection id: 19 <br />
Current database: <br />
Current user: root@localhost <br />
SSL: Not in use <br />
Server version: 4.0.20a-debug <br />
Protocol version: 10 <br />
Connection: localhost via TCP/IP <br />
Client characterset: latin1 <br />
Server characterset: latin1 <br />
TCP port: 3306 <br />
<br />
I would like to be able to transfer/move the database to a CentOS 6.3 64it server, running MySql 5.1.61; <br />
<br />
mysql&gt; status <br />
-------------- <br />
mysql Ver 14.14 Distrib 5.1.61, for redhat-linux-gnu (x86_64) using readline 5.1 <br />
<br />
Connection id: 3 <br />
Current database: <br />
Current user: root@localhost <br />
SSL: Not in use <br />
Current pager: stdout <br />
Using outfile: '' <br />
Using delimiter: ; <br />
Server version: 5.1.61 Source distribution <br />
Protocol version: 10 <br />
Connection: Localhost via UNIX socket <br />
Server characterset: latin1 <br />
Db characterset: latin1 <br />
Client characterset: latin1 <br />
Conn. characterset: latin1 <br />
UNIX socket: /var/lib/mysql/mysql.sock <br />
<br />
The engine used is MyISAM. <br />
<br />
Are there any howtos anyone can point me to? <br />
<br />
Someone was mentioning about &quot;changing the decimal definitions in databases structure dump&quot;. Do I need to do it? How is it done?<br />
<br />
Show I update to the latest GA version on MySql [ Red Hat/Oracle Enterprise Linux ver. 6 (x86, 64-bit), RPM Package MySQL Server 5.5.28 (MySQL-server-5.5.28-1.el6.x86_64.rpm) ] before attempting to do the transfer/move?<br />
<br />
This is my first encounter with the MySql stuff (or any sql server) and I would appreciate all the advice I would get! <br />
<br />
Thanks.]]></description>
            <dc:creator>Florin P</dc:creator>
            <category>Other Migration</category>
            <pubDate>Wed, 14 Nov 2012 15:19:33 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?79,573150,573150#msg-573150</guid>
            <title>MySQL Database Sync (no replies)</title>
            <link>http://forums.mysql.com/read.php?79,573150,573150#msg-573150</link>
            <description><![CDATA[ We have developed a web application with MySQL as the back end. This application will be deployed in places where there will not be internet access. In that case, I think I have two options, I will write a batch process that will dump all the data in to a flat file and then upload the data later in to the online database. I dont know if I have any better options. It would be great if you can suggest me some options. My application is developed in PHP/MySQL.<br />
<br />
Thanks,<br />
Mohan]]></description>
            <dc:creator>Mohan Kodali</dc:creator>
            <category>Other Migration</category>
            <pubDate>Wed, 07 Nov 2012 09:05:47 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?79,572185,572185#msg-572185</guid>
            <title>I can't access the MYSQL after setting the root password (1 reply)</title>
            <link>http://forums.mysql.com/read.php?79,572185,572185#msg-572185</link>
            <description><![CDATA[ Hi,<br />
<br />
I am new to web development. I am xampp package for development. First I was able to access MYSQL through CLI and PhpMyAdmin. But when I set the root password for the MYSQL, I am unable to access it.<br />
<br />
Any clue?<br />
<a href="http://www.cigarettespub.net/"  rel="nofollow">Thanks</a>]]></description>
            <dc:creator>Eliza Makens</dc:creator>
            <category>Other Migration</category>
            <pubDate>Wed, 31 Oct 2012 08:56:01 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?79,571904,571904#msg-571904</guid>
            <title>Migrate a Database from HSQLDB to SqlServer (no replies)</title>
            <link>http://forums.mysql.com/read.php?79,571904,571904#msg-571904</link>
            <description><![CDATA[ Is there a list of steps anywhere to migrate a database from hsqldb to MySQL. I am running MySQL 5.5 on Windows.]]></description>
            <dc:creator>V User</dc:creator>
            <category>Other Migration</category>
            <pubDate>Tue, 23 Oct 2012 10:12:39 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?79,571444,571444#msg-571444</guid>
            <title>[DONE] Fail to Login after Migration (no replies)</title>
            <link>http://forums.mysql.com/read.php?79,571444,571444#msg-571444</link>
            <description><![CDATA[ Hello.<br />
<br />
We're currently Migrating a few MYSQL Databases form an Old MYSQL-Server (4.1.15) to a new MYSQL-Server (5.5.23).<br />
<br />
It worked first. I could Import everything, even the Users.<br />
<br />
But after the Restart it failed to start with the old known &quot;mysql.user table is not updated to new password Format&quot;<br />
<br />
So i did the mysql_upgrade Command.<br />
<br />
It fixed everything. Server start without any Errors but when i try to Login with root again, it Fails.<br />
<br />
Error 1045 Acess denied for user 'root'@localhost:<br />
I tought maybe the Password of the Old Server was different. I used Pants off to Find it out (GUI Login MasK). I copied &amp; pasted it and altough that didn't work either. Error 1045.<br />
<br />
I put in the Orginal Files from the MYSQL Database in again restart it and it works again.<br />
<br />
So why does the old MYSQL Database with the Same Password as the new one not work after using the Upgrade Command?<br />
<br />
//edit: I realized something. I can delete the whole MYSQL-Database after the Upgrade. That shouldn't be possible when it is in use?<br />
<br />
//edit:<br />
<br />
<br />
Well i came a bit Further. <br />
<br />
I can now Login after MYSQL_UPGRADE. I did the following Thing:<br />
<br />
Imported old Database.<br />
<br />
Got into the Database mysql in the user Table.<br />
<br />
Set the Length of Password from CHAR(16) to CHAR(41)<br />
<br />
And then Updated the Root Password.<br />
<br />
update mysql.user set password=PASSWORD('XXXXX') where user='root';<br />
<br />
Then upgraded the Database.<br />
<br />
Now i'm able to Login again and the Old Users are all Visible.<br />
<br />
So after 6-7h i Finally got it.<br />
<br />
So this is finished for the Moment.<br />
<br />
LOG:<br />
<br />
121018 15:05:50 [Note] Plugin 'FEDERATED' is disabled.<br />
121018 15:05:50 InnoDB: The InnoDB memory heap is disabled<br />
121018 15:05:50 InnoDB: Mutexes and rw_locks use Windows interlocked functions<br />
121018 15:05:50 InnoDB: Compressed tables use zlib 1.2.3<br />
121018 15:05:50 InnoDB: Initializing buffer pool, size = 1013.0M<br />
121018 15:05:52 InnoDB: Completed initialization of buffer pool<br />
121018 15:05:52 InnoDB: highest supported file format is Barracuda.<br />
121018 15:05:53  InnoDB: Waiting for the background threads to start<br />
121018 15:05:54 InnoDB: 1.1.8 started; log sequence number 16248280<br />
121018 15:05:54 [ERROR] Column count of mysql.db is wrong. Expected 22, found 15. The table is probably corrupted<br />
121018 15:05:54 [ERROR] mysql.user has no `Event_priv` column at position 29<br />
121018 15:05:54 [ERROR] Event Scheduler: An error occurred when initializing system tables. Disabling the Event Scheduler.<br />
121018 15:05:54 [Note] C:\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.<br />
Version: '5.5.23'  socket: ''  port: 3306  MySQL Community Server (GPL)<br />
121018 15:08:28 [Note] C:\MySQL\MySQL Server 5.5\bin\mysqld: Normal shutdown<br />
<br />
121018 15:08:28  InnoDB: Starting shutdown...<br />
121018 15:08:28  InnoDB: Shutdown completed; log sequence number 16248280<br />
121018 15:08:28 [Note] C:\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete<br />
<br />
After Upgrade Command:<br />
<br />
121018 15:09:31 [Note] Plugin 'FEDERATED' is disabled.<br />
121018 15:09:31 InnoDB: The InnoDB memory heap is disabled<br />
121018 15:09:31 InnoDB: Mutexes and rw_locks use Windows interlocked functions<br />
121018 15:09:31 InnoDB: Compressed tables use zlib 1.2.3<br />
121018 15:09:32 InnoDB: Initializing buffer pool, size = 1013.0M<br />
121018 15:09:34 InnoDB: Completed initialization of buffer pool<br />
121018 15:09:34 InnoDB: highest supported file format is Barracuda.<br />
121018 15:09:36  InnoDB: Waiting for the background threads to start<br />
121018 15:09:37 InnoDB: 1.1.8 started; log sequence number 16248280<br />
121018 15:09:37 [Note] Event Scheduler: Loaded 0 events<br />
121018 15:09:37 [Note] C:\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.<br />
Version: '5.5.23'  socket: ''  port: 3306  MySQL Community Server (GPL)<br />
121018 15:22:10 [Note] C:\MySQL\MySQL Server 5.5\bin\mysqld: Normal shutdown<br />
<br />
121018 15:22:10 [Note] Event Scheduler: Purging the queue. 0 events<br />
121018 15:22:10  InnoDB: Starting shutdown...<br />
121018 15:22:11  InnoDB: Shutdown completed; log sequence number 16248290<br />
121018 15:22:11 [Note] C:\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete]]></description>
            <dc:creator>Fabian Zünd</dc:creator>
            <category>Other Migration</category>
            <pubDate>Thu, 18 Oct 2012 13:46:07 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?79,565118,565118#msg-565118</guid>
            <title>H2 to mySQL (no replies)</title>
            <link>http://forums.mysql.com/read.php?79,565118,565118#msg-565118</link>
            <description><![CDATA[ Hi all,<br />
<br />
I recently did a data transfer from H2 to mySql.<br />
I copied all the tables from H2 using a bash script<br />
Converted them into .csc files(each table has a .csv file)<br />
Ran mysqlimport command to dump these .csv files into MySQL database(data transfer to MySQL was successful, it is skipping some records in some of the tables, which i believe because of relationships)<br />
Gerrit is starting OK<br />
First user was created in MySQL table and given administrative rights.<br />
I cannot see all the repos in Gerrit.<br />
Error log is as follows:Thanks for the reply,<br />
the error log looks like this in my case:<br />
<br />
[2012-08-15 11:46:33,637] WARN  / : Error in allQueryNext<br />
java.lang.IllegalStateException: Missing project All-Projects<br />
    at com.google.gerrit.server.project.ProjectCacheImpl.getAllProjects(ProjectCacheImpl.java:90)<br />
    at com.google.gerrit.server.account.CapabilityControl.&lt;init&gt;(CapabilityControl.java:55)<br />
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)<br />
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)<br />
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)<br />
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)<br />
    at com.google.inject.internal.DefaultConstructionProxyFactory$2.newInstance(DefaultConstructionProxyFactory.java:85)<br />
    at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:85)<br />
    at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254)<br />
    at com.google.inject.internal.InjectorImpl$4$1.call(InjectorImpl.java:978)<br />
    at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1024)<br />
    at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:974)<br />
    at com.google.inject.assistedinject.FactoryProvider2.invoke(FactoryProvider2.java:632)<br />
    at $Proxy35.create(Unknown Source)<br />
<br />
Any thoughts/pointer are welcome and Thanks in advance for your help.<br />
<br />
Althought iam getting Application error in the browser but it is authenticating the user which was created when i hit continue.<br />
<br />
<br />
Tariq]]></description>
            <dc:creator>Tariq Mehmood</dc:creator>
            <category>Other Migration</category>
            <pubDate>Wed, 15 Aug 2012 15:41:26 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?79,565113,565113#msg-565113</guid>
            <title>Migrating from H2 to mySQL (no replies)</title>
            <link>http://forums.mysql.com/read.php?79,565113,565113#msg-565113</link>
            <description><![CDATA[ Hi all,<br />
<br />
I recently did a data transfer from H2 to mySql.<br />
I copied all the tables from H2 using a bash script<br />
Converted them into .csc files(each table has a .csv file)<br />
Ran mysqlimport command to dump these .csv files into MySQL database(data transfer to MySQL was successful, it is skipping some records in some of the tables, which i believe because of relationships)<br />
Gerrit is starting OK<br />
First user was created in MySQL table and given administrative rights.<br />
I cannot see all the repos in Gerrit.<br />
Error log is as follows:Thanks for the reply,<br />
the error log looks like this in my case:<br />
<br />
[2012-08-15 11:46:33,637] WARN  / : Error in allQueryNext<br />
java.lang.IllegalStateException: Missing project All-Projects<br />
    at com.google.gerrit.server.project.ProjectCacheImpl.getAllProjects(ProjectCacheImpl.java:90)<br />
    at com.google.gerrit.server.account.CapabilityControl.&lt;init&gt;(CapabilityControl.java:55)<br />
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)<br />
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)<br />
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)<br />
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)<br />
    at com.google.inject.internal.DefaultConstructionProxyFactory$2.newInstance(DefaultConstructionProxyFactory.java:85)<br />
    at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:85)<br />
    at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254)<br />
    at com.google.inject.internal.InjectorImpl$4$1.call(InjectorImpl.java:978)<br />
    at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1024)<br />
    at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:974)<br />
    at com.google.inject.assistedinject.FactoryProvider2.invoke(FactoryProvider2.java:632)<br />
    at $Proxy35.create(Unknown Source)<br />
<br />
Any thoughts/pointer are welcome and Thanks in advance for your help.<br />
<br />
Althought iam getting Application error in the browser but it is authenticating the user which was created when i hit continue.<br />
<br />
Tariq]]></description>
            <dc:creator>Tariq Mehmood</dc:creator>
            <category>Other Migration</category>
            <pubDate>Wed, 15 Aug 2012 13:36:11 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?79,562920,562920#msg-562920</guid>
            <title>Copy Tables from H2 to mySQL (no replies)</title>
            <link>http://forums.mysql.com/read.php?79,562920,562920#msg-562920</link>
            <description><![CDATA[ Hi All,<br />
I am trying to copy database tables from H2 to mySql in RedHat. I have no experience with H2 and some experience with mySql.<br />
I have already created empty database tables in mySql exactly same as they exist in H2.<br />
Now the challenge is to copy all the data from tables in H2 database to mySql in a less painful way.<br />
Would you be kind enough to point me to the right direction that how should i approach this.<br />
Any help is appriciated.<br />
And Thanks in advance for your help.<br />
<br />
Best Regards,<br />
Tariq]]></description>
            <dc:creator>Tariq Mehmood</dc:creator>
            <category>Other Migration</category>
            <pubDate>Thu, 26 Jul 2012 16:34:20 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?79,560119,560119#msg-560119</guid>
            <title>upgrade from 4.1 to 5.5 (1 reply)</title>
            <link>http://forums.mysql.com/read.php?79,560119,560119#msg-560119</link>
            <description><![CDATA[ I have read so many articles stating upgrade 4.1 to 5.0 then 5.0 to 5.1 and then 5.1 to 5.5.<br />
<br />
My existing setup:<br />
<br />
OS: RHEL5.8<br />
MySQL: 4.1.22<br />
ENGINE=MYISAM<br />
<br />
will the following upgrade method work fine? if not why?<br />
<br />
1. Get one to two weeks query log on old mysql (4.1.22).<br />
2. Dump databases structure only (--no-data ) of existing MySQL 4.1.22<br />
3. Dump databases (--with-data ) of existing MySQL 4.1.22<br />
4. Install mysql-5.5 on other machine<br />
named mysqltest1<br />
5. Change the decimal definitions in databases structure dump (taken at step 2) as it was a major issue pointed out in almost all forums.<br />
6. Verifies the timestamp definitions in databases structure dump (taken at step 2).<br />
7. Restored the database structre got from step 2, 5 and 7<br />
8. Restore the databases without dropping &amp; creating databases &amp; tables.<br />
9. Run mysql-upgrade on mysql-5.5 to get and fix the table incompatibilities.<br />
10. Disable concurrent inserts by setting concurrent_insert=0 in my.cnf on mysqltest1<br />
11. Install mysql-4.1.22 on another machine named mysqltest2<br />
12. Restore dumps taken on step 3 on this mysqltest2.<br />
13. Play query log I got on step 1 on both machines (mysqltest1 and mysqltest2) with mk-upgrade<br />
------(mk-upgrade compares query execution on two hosts by executing queries in the given file (or STDIN if no file given) and examining the results, errors, warnings, etc.produced on each.)<br />
14. Rewrite the queries in code (especially Join if required by step 13's output)<br />
15. Run the new queries on mysqltest1 and log the queries by enabling query-logs(general).<br />
16. If satisfied on step 15 then push this machine mysqltest1 a slave machine with existing mysql-4.1.22 master.<br />
17. Enable query logs on the new slave machine mysqltest1<br />
18. Monitor for a week and address if we get any errors<br />
19. If all ok in step 18 then upgrade all of your slave machines to mysql5.5 ; upgrade half of the slave machines to mysql 5.5 if you can maintain one tree for mysql-4.1.22 and one tree for mysql-5.5<br />
20. Monitor for a week or two and then upgrade your secondary master to mysql-5.5 and then note issues if you get any in log.<br />
21. Promote this secondary master to primary master by redirecting app/web traffic to this mysql-5.5 box.<br />
22. Monitor for a month or so and then if all ok then upgrade rest of slave to mysql-5.5 and then the old primary master and then sync the data with replication on these latest upgraded machines.<br />
23. All done.<br />
<br />
I would like to see some comments.<br />
<br />
Cheers]]></description>
            <dc:creator>sam engr</dc:creator>
            <category>Other Migration</category>
            <pubDate>Tue, 13 Nov 2012 21:33:27 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?79,558836,558836#msg-558836</guid>
            <title>unable to restore (no replies)</title>
            <link>http://forums.mysql.com/read.php?79,558836,558836#msg-558836</link>
            <description><![CDATA[ 11]]></description>
            <dc:creator>sam engr</dc:creator>
            <category>Other Migration</category>
            <pubDate>Tue, 26 Jun 2012 10:48:22 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?79,542260,542260#msg-542260</guid>
            <title>Getting error when I try to import my database backup (no replies)</title>
            <link>http://forums.mysql.com/read.php?79,542260,542260#msg-542260</link>
            <description><![CDATA[ I get this error:<br />
<br />
SQL query:<br />
<br />
--Backup of `wp_commentmeta` ends -- Backup of `wp_comments` -- Structure of `wp_comments` CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_approved`[...]<br />
<br />
MySQL said: <br />
<br />
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '--Backup of `wp_commentmeta` ends<br />
<br />
-- Backup of `wp_comments`<br />
<br />
-- Structure of `' at line 1 <br />
<br />
<br />
I have no idea how to fix this and if this is even posted in the right place. I would appreciate it SO MUCH if someone could help me. This is my WordPress database backup!]]></description>
            <dc:creator>Brandee Fleury</dc:creator>
            <category>Other Migration</category>
            <pubDate>Sat, 26 May 2012 16:02:15 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?79,540965,540965#msg-540965</guid>
            <title>cannot import database (1 reply)</title>
            <link>http://forums.mysql.com/read.php?79,540965,540965#msg-540965</link>
            <description><![CDATA[ Hi,<br />
I am using wampserver 2.2 and am trying to import script to create table customers:<br />
CREATE TABLE IF NOT EXISTS `customer` (<br />
  `customerID` int(12) NOT NULL auto_increment,<br />
  `customerName` varchar(20) NOT NULL,<br />
  `address` varchar2(30) NOT NULL,<br />
   PRIMARY KEY  (`customerID`)<br />
) ENGINE=InnoDB;<br />
<br />
But im getting this error:<br />
<br />
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'varchar2(30) NOT NULL,<br />
   PRIMARY KEY  (`customerID`)<br />
) ENGINE=InnoDB' at line 14<br />
<br />
Please help.]]></description>
            <dc:creator>Wendy Kaisara</dc:creator>
            <category>Other Migration</category>
            <pubDate>Sun, 03 Jun 2012 11:02:09 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?79,536821,536821#msg-536821</guid>
            <title>Illegal mix of collations after migrating (no replies)</title>
            <link>http://forums.mysql.com/read.php?79,536821,536821#msg-536821</link>
            <description><![CDATA[ Hi,<br />
<br />
im migrating from a windows server to a linux server. On the windows server i have no problem but on linux im getting this error:<br />
<br />
Error: 1267 - Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='<br />
<br />
i really dont know why it happens because the same database works just fine on Windows so i wonder whether its an import error or a problem in the linux server configuration. Could you please help me?<br />
<br />
Thank you.]]></description>
            <dc:creator>Cain Nuke</dc:creator>
            <category>Other Migration</category>
            <pubDate>Sat, 19 May 2012 06:16:09 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?79,528030,528030#msg-528030</guid>
            <title>Errcode: 2 Problem in using Infile (2 replies)</title>
            <link>http://forums.mysql.com/read.php?79,528030,528030#msg-528030</link>
            <description><![CDATA[ Sorry. My Mistake, put the question in wrong place in the forums. How do I delete the question? =/<br />
<br />
_________________________________<br />
<br />
Hello,<br />
<br />
I'm having an issue with loading data into a table using load script.<br />
<br />
This is my script:<br />
<br />
LOAD DATA INFILE 'C:\Users\m\Desktop\a2\DCES.dat'<br />
into table test_table<br />
FIELDS TERMINATED BY ';'<br />
LINES TERMINATED BY '\n'<br />
IGNORE 3 LINES<br />
(DCES_Id,Consumer_name,Consumer_Address,Billing_Month,DCES_Present_Reading,DCES_Previous_Reading,DCES_Unit_Consumption,DCES_Energy_Charges,DCES_Surcharges,DCES_Total,DCES_Late_payment,DCES_Due_date);<br />
<br />
Every time I run this script it gives the error: &quot;#29 - File 'C:\xampp\mysql\data\UsersmDesktopa22DCES.dat' not found (Errcode: 2)&quot;<br />
<br />
I tried adding 'LOCAL' to the script, but it just gave me a new error. &quot;#7890 - Can't find file 'C:UsersmDesktopa22DCES.dat'.&quot;<br />
<br />
Also, the path I have given is correct, I have checked, and rechecked it. The file is absolutely present at this location, but it is not being found.<br />
<br />
Any help would be greatly appreciated.]]></description>
            <dc:creator>Safi Siddiqui</dc:creator>
            <category>Other Migration</category>
            <pubDate>Thu, 12 Jul 2012 19:01:00 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?79,527217,527217#msg-527217</guid>
            <title>Import CSV and other formats  with table structure (no replies)</title>
            <link>http://forums.mysql.com/read.php?79,527217,527217#msg-527217</link>
            <description><![CDATA[ Hi,<br />
<br />
sorry about the double post. I noticed that the subject did not describe the problem.<br />
<br />
How can tables from CSV- and other textfiles be imported into mysql in a way that the corresponding table is created in the process ?<br />
<br />
The data itself can be imported with &quot;load data...&quot; but that does not create nor check the structure of the tables. &quot;Load data&quot; only works if the table already exists and already has the correct structure.<br />
<br />
Here we have project-related tables in textfiles that are generated by different software and change their structure frequently so keeping the mysql-table-structures up to date is quite a drag. So I am hoping that there is some mysql-command or tool that will help out.<br />
<br />
THX,stn]]></description>
            <dc:creator>c n</dc:creator>
            <category>Other Migration</category>
            <pubDate>Tue, 24 Apr 2012 08:43:49 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?79,527102,527102#msg-527102</guid>
            <title>Import CSV and other formats (no replies)</title>
            <link>http://forums.mysql.com/read.php?79,527102,527102#msg-527102</link>
            <description><![CDATA[ Hi,<br />
<br />
How can tables from CSV- and other textfiles be imported into mysql?<br />
<br />
The data can be imported with &quot;load data...&quot; but  that does not create nor check the structure of the tables. &quot;Load data&quot; only works if the table already exists and already has the correct structure. <br />
<br />
Here we have project-related tables in textfiles that are generated by different software and change their structure frequently so keeping the mysql-table-structures up to date is quite a drag. So I am hoping that there is some mysql-command or tool that will help out.<br />
<br />
THX,stn]]></description>
            <dc:creator>c n</dc:creator>
            <category>Other Migration</category>
            <pubDate>Mon, 23 Apr 2012 13:12:55 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?79,521675,521675#msg-521675</guid>
            <title>How to Migrate MySQL from one server to other (1 reply)</title>
            <link>http://forums.mysql.com/read.php?79,521675,521675#msg-521675</link>
            <description><![CDATA[ Hi, I want to Know how to transfer mysql data from one server to another,<br />
I have been working with a Dating Site loverseath.com as database is becoming bigger i want to change the server i tried importing it to my local hard disc but the some data were missing, i want to know a permanent solution]]></description>
            <dc:creator>Willi Lohan</dc:creator>
            <category>Other Migration</category>
            <pubDate>Wed, 25 Apr 2012 06:47:28 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?79,520908,520908#msg-520908</guid>
            <title>Migrating MySQL 5.0 to MySQL 5.5 (no replies)</title>
            <link>http://forums.mysql.com/read.php?79,520908,520908#msg-520908</link>
            <description><![CDATA[ Greetings All, <br />
<br />
can anyone guide me on how to migrate MySQL 5.0 to a new server running MySQL 5.5??<br />
<br />
my server is running more than 95 databases, i need to migrate users along with it as they are also 200+ in number.<br />
<br />
if i want to use MySQLDump, i can use this command <br />
<br />
mysqldump -u root  -pPassword  -x --all-databases &gt; db_dullll.sql<br />
mysql -u root  -pPassword  &lt; db_dullll.sql<br />
<br />
but this is not working as databases get transfer users don't.<br />
<br />
thanks in advance :)]]></description>
            <dc:creator>Khuram Raza</dc:creator>
            <category>Other Migration</category>
            <pubDate>Tue, 20 Mar 2012 18:27:53 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?79,519023,519023#msg-519023</guid>
            <title>Cannot access mysql after update (1 reply)</title>
            <link>http://forums.mysql.com/read.php?79,519023,519023#msg-519023</link>
            <description><![CDATA[ Hi! <br />
I am trying to update mysql from 4.1.14 to 5. When it finishes I am unable to connect to mysql. So I don't know what to do next.<br />
I do the update process from my hoster's control panel. My hoster is yahoo and I use the following menu;<br />
 &lt;&lt;We've updated the Small Business platform to support MySQL 5.<br />
Upgrade to MySQL 5 now.&gt;&gt;<br />
I click on &quot;upgrade to mysql now&quot;, wait till it finish and then I get a &quot;succesfull upgrade&quot; message. But I cannot access my db. (Could not connect to mysql).<br />
Yahoo doesn't help me as I wanted to , so please give me an advice of what should I do...<br />
Please help me!]]></description>
            <dc:creator>Elias Papas</dc:creator>
            <category>Other Migration</category>
            <pubDate>Fri, 09 Mar 2012 21:21:28 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?79,516914,516914#msg-516914</guid>
            <title>Migrating MySQL database (no replies)</title>
            <link>http://forums.mysql.com/read.php?79,516914,516914#msg-516914</link>
            <description><![CDATA[ Hi all,<br />
<br />
I've been doing a lot of reading lately on ways to migrate MySQL. The traditional way I've migrated a database is by using the mysqldump tool, but I'd like to explore some other options.<br />
<br />
In my test environment I have two mysql servers live and running on two different machines (all linux based). I am using many InnoDB tables. Before I perform a method of grabbing the contents in the MySQL data directory I will be issuing a flush table with read lock command.<br />
<br />
Because i'm using InnoDB, RSync is not an option because reads can still place while the RSync is happening. From what I've read this can cause issues with the table space and log files as they may copy over in a corrupted state even if all writes have been locked by the flush tables.<br />
<br />
I'm wonding if using tar and gunzip will have similar issues as an RSync with InnoDB. The zip will lock a tablespace file or log file while it's performing the compression, but the other related files to InnoDB will still be able to perform reads. If a disk flush happen can this lead to issues ?  Or does gunzip/tar lock all the files at once ?  Does any of this even matter when the files get copied over to the other server and MySQL is started ? Does MySQL sort everything out when it starts ?<br />
<br />
I'm particularly interested in any answers to the tar/gunzip method.  Any other suggestions for migrating the DB are welcome.<br />
<br />
Thanks,<br />
Chris]]></description>
            <dc:creator>Chris Kimberley</dc:creator>
            <category>Other Migration</category>
            <pubDate>Thu, 23 Feb 2012 17:30:42 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?79,515194,515194#msg-515194</guid>
            <title>EndNote (1 reply)</title>
            <link>http://forums.mysql.com/read.php?79,515194,515194#msg-515194</link>
            <description><![CDATA[ Has anyone ever interfaced EndNote with MySQL?  How doable is it?]]></description>
            <dc:creator>Colleen Boye</dc:creator>
            <category>Other Migration</category>
            <pubDate>Fri, 17 Feb 2012 16:31:30 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?79,515043,515043#msg-515043</guid>
            <title>AIX 5.3 Filesize Problems (no replies)</title>
            <link>http://forums.mysql.com/read.php?79,515043,515043#msg-515043</link>
            <description><![CDATA[ Hi,<br />
<br />
Hope this is the right forum for this...<br />
<br />
I'm trying to restore a large db onto an AIX 5.3 server (mysqldump from WinXP).<br />
<br />
This is failing during the restore due to an O/S file size issue on the target server.<br />
<br />
One option is to break the dumped database into smaller chunks, and restore each chunk one at a time. However, this won't really help me if I still run into file size issues for the target DB (the current file size issue LOOKS like it relates to temporary files).<br />
<br />
So, my question is - does mysql adapt to file-size limits? i.e. will it break table-files down into acceptable sizes or will it hit this issue irrespective of how I handle the restore?<br />
<br />
I should add that at this point I am unsure whether the file-size limit is due to user-set limits or O/S physical limits (AIX 5.3 iirc has to have large file size support configured when the file-system is created).<br />
<br />
Many thanks for any advice or observations anyone can offer...]]></description>
            <dc:creator>Tom Melly</dc:creator>
            <category>Other Migration</category>
            <pubDate>Mon, 13 Feb 2012 04:17:22 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?79,513206,513206#msg-513206</guid>
            <title>dedicated to virtual platform (no replies)</title>
            <link>http://forums.mysql.com/read.php?79,513206,513206#msg-513206</link>
            <description><![CDATA[ Hi,<br />
<br />
I was wondering if any1 had faced the challenge of migrating MySQL database from dedicated single server to a virtual platform with multiple virtual servers ?<br />
Any tips ? tricks ? references ? or suggestions ?<br />
<br />
All would be much appreciated.]]></description>
            <dc:creator>albrius kasinskas</dc:creator>
            <category>Other Migration</category>
            <pubDate>Wed, 01 Feb 2012 14:09:33 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?79,510496,510496#msg-510496</guid>
            <title>I need to migrate from 4.0 to 5.5! Easy..er Way? (1 reply)</title>
            <link>http://forums.mysql.com/read.php?79,510496,510496#msg-510496</link>
            <description><![CDATA[ Hi,<br />
     I need to migrate from MySQL 4.0 to My SQL 5.5. My first thought was hopscotching from 4.0 to 4.1 to 5.0 to 5.5..... I decided to make that my last resort because I have an immense amount of data that has to be migrated. That process would probably take a week. Does anyone else have any ideas? Did anyone write something that will semi-automate the process?<br />
<br />
Thanks,<br />
--Chris]]></description>
            <dc:creator>Chris Stratis</dc:creator>
            <category>Other Migration</category>
            <pubDate>Fri, 27 Jan 2012 18:26:21 +0000</pubDate>
        </item>
    </channel>
</rss>
