<?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>https://forums.mysql.com/list.php?79</link>
        <lastBuildDate>Sun, 19 Apr 2026 05:32:06 +0000</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://forums.mysql.com/read.php?79,740958,740958#msg-740958</guid>
            <title>Update from mysql 8.0.36 to mysql 8.0.42 (1 reply)</title>
            <link>https://forums.mysql.com/read.php?79,740958,740958#msg-740958</link>
            <description><![CDATA[ Hello,<br />
<br />
I have an MySQL InnoDB ReplicaSet Cluster consisting of 4 members.<br />
The server version on all members is mysql-community-server-8.0.36.<br />
All nodes are running AlmaLinux 9.<br />
I want to update from mysql-community-server-8.0.36 to mysql-community-server-8.0.42 via dnf package manager.<br />
<br />
Can I apply this update without any issues on all nodes?<br />
Will the cluster be affected in any way? <br />
Does it matter on which node I apply these update first?<br />
<br />
Thank you.]]></description>
            <dc:creator>Mircea-Voicu Voicu</dc:creator>
            <category>Other Migration</category>
            <pubDate>Wed, 24 Sep 2025 01:22:29 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?79,709145,709145#msg-709145</guid>
            <title>Need Assistance migrating MySQL Server 5.6 to 8 (no replies)</title>
            <link>https://forums.mysql.com/read.php?79,709145,709145#msg-709145</link>
            <description><![CDATA[ Hello,<br />
A CentOS 6 server I inherited was running MySQL Server 5.6.10 and the system drive died before I could migrate to MySQL 8.  I have a tape backup of the mysql data folder.<br />
I read I need to get to 5.7 before I can migrate to 8, is this correct?<br />
<br />
I installed CentOS 7 MySQL 5.6.51 from the RPM package an updated via the yum repo file.  I am guessing I need to have a working mysql in current version before I migrate higher.<br />
I verified the path in my.conf file was pointing to the correct folder.  mysqld does not start, I am getting many failures.  I am thinking the 5.6.10 is a bit different than 5.6.51 and I probably need to start with the original version.<br />
<br />
My main goal to be running Rocky Linux 8 or 9 and mysql 8.x.<br />
Can anyone offer some high level tasks to get me to 5.7 and 8?<br />
Am I on the correct path going up with the version numbers?<br />
Shall I start with a new blank database and import the old databases?<br />
<br />
Thank you.]]></description>
            <dc:creator>Vito Cavallo</dc:creator>
            <category>Other Migration</category>
            <pubDate>Sat, 03 Jun 2023 02:32:04 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?79,709144,709144#msg-709144</guid>
            <title>Need Assistance migrating MySQL Server 5.6 to 8 (no replies)</title>
            <link>https://forums.mysql.com/read.php?79,709144,709144#msg-709144</link>
            <description><![CDATA[ Hello,<br />
My CentOS 6 server was running MySQL Server 5.6.10 and the system drive died before I could migrate to MySQL 8.  I have a tape backup of the mysql data folder.<br />
I read I need to get to 5.7 before I can migrate to 8, is this correct?<br />
<br />
I installed CentOS 7 MySQL 5.6.51 from the RPM package an updated via the yum repo file.  I am guessing I need to have a working mysql in current version before I migrate higher.<br />
I verified the path in my.conf file was pointing to the correct folder.  mysqld does not start, I am getting many failures.  I am thinking the 5.6.10 is a bit different than 5.6.51.<br />
Can anyone offer some high level tasks to get me to 5.7 and 8?<br />
Am I on the correct path going up with the version numbers?<br />
Shall I start with a new blank database and import the old databases?<br />
<br />
Thank you.]]></description>
            <dc:creator>Vito Cavallo</dc:creator>
            <category>Other Migration</category>
            <pubDate>Sat, 03 Jun 2023 02:27:49 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?79,705298,705298#msg-705298</guid>
            <title>how to convert sql trigger to mysql (5 replies)</title>
            <link>https://forums.mysql.com/read.php?79,705298,705298#msg-705298</link>
            <description><![CDATA[ Dear all<br />
i shifted from sql server to mysql . i wrote one trigger in sql server but now i m facing issues while converting it to mysql.<br />
can anyone please help me<br />
<br />
below is the trigger<br />
<br />
USE [medicav1]<br />
GO<br />
/****** Object:  Trigger [dbo].[COI_tri]    Script Date: 7/15/2022 1:27:20 PM ******/<br />
SET ANSI_NULLS ON<br />
GO<br />
SET QUOTED_IDENTIFIER ON<br />
GO<br />
ALTER TRIGGER [dbo].[COI_tri] ON [dbo].[COA]<br />
FOR INSERT, UPDATE<br />
AS<br />
BEGIN<br />
	SET NOCOUNT ON<br />
	IF NOT EXISTS (	SELECT * FROM inserted)<br />
		RETURN<br />
			UPDATE dbo.COA<br />
				SET accounttype = CASE WHEN COA.openingbalance &gt; 0 THEN &#039;DR&#039;<br />
			ELSE &#039;CR&#039; END<br />
	FROM dbo.COA COA<br />
	WHERE EXISTS (	SELECT * <br />
			FROM inserted i<br />
			WHERE i.coaid  = COA.coaid <br />
			)<br />
END]]></description>
            <dc:creator>Omer Ahmed</dc:creator>
            <category>Other Migration</category>
            <pubDate>Sat, 16 Jul 2022 13:23:26 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?79,698974,698974#msg-698974</guid>
            <title>Sql Server 2012 to 2016 (1 reply)</title>
            <link>https://forums.mysql.com/read.php?79,698974,698974#msg-698974</link>
            <description><![CDATA[ I m trying to migrate Database from SQl server 2012 to 2016 .but its showing error ..]]></description>
            <dc:creator>Dip Liko</dc:creator>
            <category>Other Migration</category>
            <pubDate>Thu, 23 Sep 2021 15:41:23 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?79,695613,695613#msg-695613</guid>
            <title>How to install MySQL server on pen drive (1 reply)</title>
            <link>https://forums.mysql.com/read.php?79,695613,695613#msg-695613</link>
            <description><![CDATA[ I have to make a c# plug and play desktop application. That means the application and database reside in pen drive. When I connect pendrive to pc. The application will start without installation and Database is stored in pendrive]]></description>
            <dc:creator>Yogesh Survase</dc:creator>
            <category>Other Migration</category>
            <pubDate>Sat, 27 Mar 2021 05:56:50 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?79,691409,691409#msg-691409</guid>
            <title>How many connections are possible with Aiven for MySQL? (1 reply)</title>
            <link>https://forums.mysql.com/read.php?79,691409,691409#msg-691409</link>
            <description><![CDATA[ Hello!<br />
<br />
We decided to load our database systems onto a cloud because of the huge amount of work involved.<br />
This will be hosted by the DBaaS provider Aiven for MySQL. We practically brought the cloud with us ourselves because we already had an account.<br />
The advantage of this: no hardware costs, the provider takes care of monitoring and backups.<br />
Regarding MySQL, I have a question: How many connections are possible with MySQL when we use Aiven? Does anyone know more?<br />
<br />
Thanks in advance]]></description>
            <dc:creator>Carter Planey</dc:creator>
            <category>Other Migration</category>
            <pubDate>Tue, 24 Nov 2020 17:23:58 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?79,688153,688153#msg-688153</guid>
            <title>Add New User with Specific Expire Date (2 replies)</title>
            <link>https://forums.mysql.com/read.php?79,688153,688153#msg-688153</link>
            <description><![CDATA[ I want to add a user account to my linuxbox. But this user will have specific expire time which will be specified at the useradd definition.]]></description>
            <dc:creator>Gabriel Turqos</dc:creator>
            <category>Other Migration</category>
            <pubDate>Thu, 11 Jun 2020 19:06:08 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?79,688144,688144#msg-688144</guid>
            <title>Integration with arabic text from MS SQL Server to MySQL (no replies)</title>
            <link>https://forums.mysql.com/read.php?79,688144,688144#msg-688144</link>
            <description><![CDATA[ Hello,<br />
<br />
I have a project which requires integration between 2 databases. One is hosted in server1 and using MSSQL Server, and one is hosted in Server2 and using MySQL.<br />
<br />
I need to update the table of Customer in MySQL database on frequent basis (twice per day) from the “Customers” table in the MSSQL Server; noting that the table in MSSQL Server includes Arabic text.<br />
<br />
How does I achieve this!<br />
<br />
Please help!]]></description>
            <dc:creator>David AG</dc:creator>
            <category>Other Migration</category>
            <pubDate>Sun, 07 Jun 2020 22:36:57 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?79,687946,687946#msg-687946</guid>
            <title>Check Java version from Command Line (2 replies)</title>
            <link>https://forums.mysql.com/read.php?79,687946,687946#msg-687946</link>
            <description><![CDATA[ I have a Java installation and I have only access via bash. How can I check the Java version from command line.]]></description>
            <dc:creator>Gabriel Turqos</dc:creator>
            <category>Other Migration</category>
            <pubDate>Mon, 01 Jun 2020 11:00:10 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?79,687913,687913#msg-687913</guid>
            <title>List Only Usernames (1 reply)</title>
            <link>https://forums.mysql.com/read.php?79,687913,687913#msg-687913</link>
            <description><![CDATA[ I want to list only users names in a Linux system byusing the /etc/passwd file.]]></description>
            <dc:creator>Gabriel Turqos</dc:creator>
            <category>Other Migration</category>
            <pubDate>Tue, 26 May 2020 18:58:05 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?79,679157,679157#msg-679157</guid>
            <title>SELECT, COUNT and Inner Join (2 replies)</title>
            <link>https://forums.mysql.com/read.php?79,679157,679157#msg-679157</link>
            <description><![CDATA[ I am not to familiar with databases, because I work with wifi networks.<br />
<br />
I have imported a text file with all the issues on the network into a SQLite database.  <br />
<br />
There are 2 tables:<br />
<br />
______________________________________________________________________<br />
<br />
&quot;Issues&quot; with a &quot;ap_mac_adress&quot; field<br />
<br />
 and<br />
<br />
&quot;AP_names&quot; with a &quot;ap_mac_adress&quot; and a &quot;ap_name&quot; field.<br />
<br />
______________________________________________________________________<br />
<br />
I try to run a sql query that will count all unique ap_mac_adress in Issues.<br />
<br />
This does the job:<br />
<br />
SELECT DISTINCT ap_mac_address AS [Ap MAC Adresse], COUNT(ap_mac_address) AS Antall<br />
FROM issues<br />
GROUP BY ap_mac_address<br />
ORDER BY Antall DESC<br />
<br />
Result:<br />
AP MAC Adresse       Antall<br />
xx:xx:xx:xx:xx:b2      1254<br />
xx:xx:xx:xx:xx:f17     1021<br />
xx:xx:xx:xx:xx:g4       723<br />
<br />
<br />
But - I would like to have the name of the ap points, not their adress.<br />
<br />
And when I do this, i get an error:<br />
<br />
SELECT AP_Names, DISTINCT ap_mac_adress AS [Ap MAC Adresse], COUNT(ap_mac_adress) AS Antall<br />
FROM issues<br />
INNER JOIN aksesspunkter ON aksesspunkter.ap_mac_address = issues.ap_mac_adress<br />
GROUP BY ap_mac_adress<br />
ORDER BY Antall DESC<br />
<br />
I think it has to do with the AP_Names in the select part, and GROUP by ap_mac_adress.<br />
<br />
Can someone please guide me in the right direction??]]></description>
            <dc:creator>Geir Anthonsen</dc:creator>
            <category>Other Migration</category>
            <pubDate>Sat, 16 Nov 2019 22:30:46 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?79,677703,677703#msg-677703</guid>
            <title>PVS-Studio Testing on SQLite Code and Related Issues (1 reply)</title>
            <link>https://forums.mysql.com/read.php?79,677703,677703#msg-677703</link>
            <description><![CDATA[ Hello. I am one of the PVS-Studio analyzer developers. We are currently testing some of our latest diagnostics on various projects, including the SQLite code. Some new diagnostics issue warnings, but we aren&#039;t sure that these are errors. First of all, SQLite is a small, high-quality project. And secondly, the code is sometimes very complex and confusing for the analyzer (and a third-party person as well ;). That&#039;s why I don&#039;t want to jump to conclusions. It&#039;s interesting to know the opinion of SQLite developers.<br />
<br />
I&#039;ll describe two cases below. Please, tell me, in which case it&#039;s a false positive and which one is relevant (contains an error). <br />
<br />
<b>Fragment N1.</b> PVS-Studio warning: V1040 Possible typo in the spelling of a pre-defined macro name. The &#039;__minux&#039; macro is similar to &#039;__linux&#039;. shell.c 242<br />
<br />
Code:<br />
<br />
<pre class="bbcode">#if !defined(_WIN32) &amp;&amp; !defined(WIN32) &amp;&amp; !defined(__minux)</pre>
<br />
What&#039;s this magic &quot;__minux&quot;? May be authors wanted to write &quot;__linux__&quot;? Or it is correct and it&#039;s a special feature, isn&#039;t it?<br />
<br />
<b>Fragment N2.</b> PVS-Studio warning: V1044 The diagnostic isn&#039;t named yet.  sqlite3.c 49362<br />
<br />
The code (I removed asserts not to distract from the main point) <br />
<br />
<pre class="bbcode">static void pcache1EnforceMaxPage(PCache1 *pCache){
  PGroup *pGroup = pCache-&gt;pGroup;
  PgHdr1 *p;
  while( pGroup-&gt;nPurgeable&gt;pGroup-&gt;nMaxPage
      &amp;&amp; (p=pGroup-&gt;lru.pLruPrev)-&gt;isAnchor==0
  ){
    pcache1PinPage(p);
    pcache1RemoveFromHash(p, 1);
  }
  if( pCache-&gt;nPage==0 &amp;&amp; pCache-&gt;pBulk ){
    sqlite3_free(pCache-&gt;pBulk);
    pCache-&gt;pBulk = pCache-&gt;pFree = 0;
  }
}</pre>
<br />
The analyzer suspects that there may be an infinity loop. Is that true? Reviewing this code, I tend to think that the analyzer is right, but I&#039;m not sure, because the code is quite complex.<br />
<br />
In the loop, only members of the &#039;PgHdr1&#039; class, which the &#039;p&#039; pointer points to, can change.  The variable pGroup-&gt;nPurgeable&gt;pGroup-&gt;nMaxPage in the loop cannot change, as there is no access to this variable via the &#039;p&#039; pointer. <br />
<br />
The only thing that can change is &#039;isAnchor&#039;. But when I look into the called functions, I don&#039;t see the &#039;isAnchor&#039; change anywhere. Is it really an error or do we (I and the analyzer) miss something?]]></description>
            <dc:creator>Andrey Karpov</dc:creator>
            <category>Other Migration</category>
            <pubDate>Mon, 19 Aug 2019 14:41:34 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?79,671849,671849#msg-671849</guid>
            <title>Pointless Whining about Bad Dates (1 reply)</title>
            <link>https://forums.mysql.com/read.php?79,671849,671849#msg-671849</link>
            <description><![CDATA[ After upgrading MySQL the enhanced validation of DATEs has been causing me problems.  Web pages that have been working for years suddenly throw exceptions because the current release of MySQL is picky.  The problem is that many of the dates in my database are imprecise.  That is I do not *know* the exact date of the event in question.  If I only know the year that something happened why does the server whine when I do not supply a month and day? I literally do not have values to put in those portions of the date.  Since the only purpose of the instances of DATE in my database was for sorting I decided to bypass the problem by replacing the instances of DATE with an INT field. But:<br />
<br />
mysql&gt; alter table Deaths modify column d_calcdate INT(10);                     ERROR 1292 (22007): Incorrect date value: &#039;1824-00-00&#039; for column &#039;D_CalcBirth&#039; at row 1<br />
<br />
Hunh?  My command did not say ANYTHING about D_CalcBirth so why did MySQL waste my time by complaining about something that was completely irrelevant to the action which I requested?<br />
<br />
So I fixed that by:<br />
<br />
mysql&gt; update Deaths set d_calcdate=makedate(year(d_calcdate),182) where month(d_calcdate) = 0;<br />
Query OK, 3649 rows affected (0.22 sec)<br />
Rows matched: 3649  Changed: 3649  Warnings: 0<br />
mysql&gt; update Deaths set d_calcbirth=makedate(year(d_calcbirth),182) where month(d_calcbirth) = 0;<br />
Query OK, 3687 rows affected (0.21 sec)<br />
Rows matched: 3687  Changed: 3687  Warnings: 0<br />
mysql&gt; alter table Deaths modify column d_calcdate INT(10);                     ERROR 1292 (22007): Incorrect date value: &#039;0000-00-00&#039; for column &#039;D_ChangeDate&#039; at row 10150<br />
<br />
Again I did not ask the server to look at D_ChangeDate so why is it wasting my time with a pointless complaint about something that is irrelevant to what I did ask the server to do?<br />
<br />
So I tried to fix the &quot;incorrect&quot; values in the database by:<br />
<br />
mysql&gt; update Deaths set D_ChangeDate=null where D_ChangeDate=&#039;0000-00-00&#039;;<br />
ERROR 1292 (22007): Incorrect date value: &#039;0000-00-00&#039; for column &#039;D_ChangeDate&#039; at row 1<br />
<br />
I am not asking the server to INSERT an invalid date value into the database so why does it object when I ask it to look for date values THAT ARE ALREADY IN THE DATABASE!<br />
<br />
So I got around that by:<br />
<br />
mysql&gt; update Deaths set D_ChangeDate=null where Month(D_ChangeDate)=0;<br />
Query OK, 40 rows affected (0.12 sec)<br />
Rows matched: 40  Changed: 40  Warnings: 0<br />
<br />
mysql&gt; alter table Deaths modify column d_calcdate INT(10);<br />
Query OK, 27317 rows affected (2.62 sec)<br />
Records: 27317  Duplicates: 0  Warnings: 0<br />
<br />
mysql&gt; alter table Deaths modify column d_calcbirth INT(10);<br />
Query OK, 27317 rows affected (2.91 sec)<br />
Records: 27317  Duplicates: 0  Warnings: 0<br />
<br />
It is annoying that MySQL complains about date values that are *already* in the database because an earlier release did not validate them.  If a value is already in the database, even if the current release would not PUT that value into the record it should not force the programmer to deal with pointless whining.<br />
<br />
This pointless unproductive whining by your product encourages me to migrate to MariaDB which does NOT waste me time!]]></description>
            <dc:creator>James Cobban</dc:creator>
            <category>Other Migration</category>
            <pubDate>Wed, 09 Jan 2019 05:15:23 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?79,671806,671806#msg-671806</guid>
            <title>convert date in julian date (2 replies)</title>
            <link>https://forums.mysql.com/read.php?79,671806,671806#msg-671806</link>
            <description><![CDATA[ I am importing a CSV file that has a date field that has 2018/07/28 04:10:00.<br />
<br />
I want to import it into my sqlite3 database as a Julian date.<br />
<br />
How would I do that?]]></description>
            <dc:creator>Gary Ehrenfeld</dc:creator>
            <category>Other Migration</category>
            <pubDate>Wed, 24 Jul 2019 20:57:30 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?79,671582,671582#msg-671582</guid>
            <title>Select records by MAX(time) - 90 days (1 reply)</title>
            <link>https://forums.mysql.com/read.php?79,671582,671582#msg-671582</link>
            <description><![CDATA[ I have a sqlite3 database that has data downloaded from my diabetes meter. I download the data from the meter daily.<br />
<br />
I now do a calculation on the database using every record in the database.<br />
<br />
What I need to do is get a list from the database that comprises all the records that are from the last date that was appended minus 90 days to the last append record.<br />
<br />
example: Select * from meter where time &gt; last append time -90 days<br />
<br />
Hope I made sense of what I need to do.<br />
<br />
Thanks]]></description>
            <dc:creator>Gary Ehrenfeld</dc:creator>
            <category>Other Migration</category>
            <pubDate>Tue, 25 Dec 2018 11:33:54 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?79,670293,670293#msg-670293</guid>
            <title>MYSQL assessment report for Mysql server upgradation or migration process (no replies)</title>
            <link>https://forums.mysql.com/read.php?79,670293,670293#msg-670293</link>
            <description><![CDATA[ Hi Team,<br />
<br />
Please let us know if there are any tools or scripts available prior to 8.0 versions for assessing MySQL server for upgradations or migrations from one server to another server .]]></description>
            <dc:creator>Venkat K</dc:creator>
            <category>Other Migration</category>
            <pubDate>Mon, 05 Nov 2018 05:58:24 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?79,668277,668277#msg-668277</guid>
            <title>Connecting to MySql remotely using sqlstrconnect (no replies)</title>
            <link>https://forums.mysql.com/read.php?79,668277,668277#msg-668277</link>
            <description><![CDATA[ Have FoxPro VFP 8 connecting to MySql Server &quot;locally&quot; using sqlstringconnect.  Using the MySql ODBC 5.3.11 connector.  When I try to connect &quot;remotely&quot; to MySql Server using the same sqlstringconnect it fails.  The user is &quot;defined&quot; as host &quot;%&quot; in his setup.  In the System DSN the ip address of the Server is specied, not localhost.  In the sqlstringconnect that same ip address is specified, same user, same password.  The FoxPro .exe that is making the connection, locally, is resident on the same system as the MySql Server.  I am executing that same .exe from the remote system via a mapped drive (client:Server) environment.  Starting from the same folder in both cases as well.  <br />
<br />
In an attempt to &quot;cover all bases&quot; I installed the same ODBC connector on the remote system with the same setup but it fails when tested at the System DSN test.  Since I am running the .exe from the MySql Server system this does not surprise me - it should not be needed.<br />
Is this a problem of &quot;sharing the connection&quot;?  I have tried to implement this with the sqlconnect function after the sqlstringconnect function but sqlconnect complains that I have an invalid connection handle when I am trying to pass the &quot;statement handle&quot;.  I don&#039;t think I have the correct architecture on this test.<br />
<br />
I would appreciate any insights on this one. This is my first &quot;walk&quot; in the FoxPro MySql paradigm and I was feeling successful (managed to transfer one table over 50,000 records between the two worlds) until it came time to make the FoxPro MySql connection across the LAN.]]></description>
            <dc:creator>Gordon Haas</dc:creator>
            <category>Other Migration</category>
            <pubDate>Mon, 13 Aug 2018 17:42:23 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?79,666993,666993#msg-666993</guid>
            <title>Migration from Netezza to MySQL (1 reply)</title>
            <link>https://forums.mysql.com/read.php?79,666993,666993#msg-666993</link>
            <description><![CDATA[ Hi,<br />
We are working to migrate from Netezza to MySQL. Netezza has &#039;distribute on&#039; clause which helps with data distribution over various processing units. Is there any similar functionality available in MySQL?<br />
<br />
Thanks.]]></description>
            <dc:creator>Hema Tandon</dc:creator>
            <category>Other Migration</category>
            <pubDate>Wed, 13 Jun 2018 17:36:12 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?79,664639,664639#msg-664639</guid>
            <title>Migration from community to commercial edition (2 replies)</title>
            <link>https://forums.mysql.com/read.php?79,664639,664639#msg-664639</link>
            <description><![CDATA[ Is it possible to migrate from community edition to commercial edition without need to re-create the mySQL data.]]></description>
            <dc:creator>shruti nimbalkar</dc:creator>
            <category>Other Migration</category>
            <pubDate>Sat, 05 May 2018 14:45:35 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?79,661232,661232#msg-661232</guid>
            <title>Converting plaintext file into valid MySQL Format (no replies)</title>
            <link>https://forums.mysql.com/read.php?79,661232,661232#msg-661232</link>
            <description><![CDATA[ Hello,<br />
<br />
I have a document with raw data that i would like to convert into a valid MySQL Format to use in a Wordpress blog.<br />
The raw data must be separated by posts for using in wp_posts table and searchable using the build-in search function.<br />
<br />
The raw data is in the following format<br />
email:location:client number:zone<br />
<br />
And i want to remove location and zone turning into the format below<br />
email:client number<br />
<br />
After that i want to create a valid entry into wp_posts table with row and unfixed location<br />
The formatation of the data must be incremented by plus 1 and the page location must also incremented by plus 1<br />
<br />
What tools or macros should i use for this?<br />
<br />
Thanks]]></description>
            <dc:creator>Michael Loaoa</dc:creator>
            <category>Other Migration</category>
            <pubDate>Sun, 01 Oct 2017 22:52:10 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?79,655323,655323#msg-655323</guid>
            <title>sql server to mysql database mirroring - Best ways to achieve? (no replies)</title>
            <link>https://forums.mysql.com/read.php?79,655323,655323#msg-655323</link>
            <description><![CDATA[ Hi,<br />
<br />
I want to mirror my database in sql server to mysql. I migrate the schema with data to mysql using mysql workbench.<br />
<br />
Now, any insert/update/delete on sql server needs to be migrated to mysql as well. I can have difference in data of maximum 10 mins between the 2 databases. Meaning, I will have to keep running a job every 10 mins to monitor the changes in sql server and migrate them to mysql.<br />
<br />
What are the ways to achieve this?<br />
<br />
Any thoughts on this would be very helpful<br />
<br />
Thanks in advance Rathi]]></description>
            <dc:creator>Rathi Rao</dc:creator>
            <category>Other Migration</category>
            <pubDate>Tue, 21 Feb 2017 07:33:47 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?79,655173,655173#msg-655173</guid>
            <title>convert Mysql to Sqlit (no replies)</title>
            <link>https://forums.mysql.com/read.php?79,655173,655173#msg-655173</link>
            <description><![CDATA[ I&#039;m working on a web application project. I would like to convert my application into android application.<br />
My problem is that my database is MySQL and I would like to convert it to Sqlite so that the android application can run off connection.<br />
What solution do you propose?]]></description>
            <dc:creator>Fabi Al Pacino</dc:creator>
            <category>Other Migration</category>
            <pubDate>Thu, 16 Feb 2017 17:35:34 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?79,652903,652903#msg-652903</guid>
            <title>sqlite ambiguous SQLiteConnection (1 reply)</title>
            <link>https://forums.mysql.com/read.php?79,652903,652903#msg-652903</link>
            <description><![CDATA[ I am creating an app in C# and while trying to connet to the sqlite db i get this error.<br />
<br />
Error	CS0121	The call is ambiguous between the following methods or properties:<br />
 &#039;SQLiteConnection.SQLiteConnection(string, bool)&#039; and &#039;SQLiteConnection.SQLiteConnection(string, bool)&#039;<br />
BitesBoardMobile.Droid, BitesBoardMobile.iOS, BitesBoardMobile.WinPhone	C:\Users\Larry\documents\visual studio 2015\Projects\BitesBoardMobile\BitesBoardMobile\BitesBoardMobile\controlObject\ControllerData.cs<br />
<br />
My code is:<br />
using System;<br />
using SQLite;<br />
using System.IO;<br />
<br />
namespace BitesBoardMobile.controlObject<br />
{<br />
    public class ControllerData<br />
    {<br />
        public SQLiteConnection ConnerctToSqLite(string path)<br />
        {<br />
            var conn = new SQLiteConnection(path);<br />
            return conn;<br />
        }<br />
    }<br />
}<br />
<br />
the confusing part to me is on both parts of the ambiguous call it references the same thing.<br />
SQLiteConnection.SQLiteConnection(string, bool)<br />
<br />
any idea will be helpful.<br />
thanks]]></description>
            <dc:creator>Larry Seymour</dc:creator>
            <category>Other Migration</category>
            <pubDate>Fri, 25 Nov 2016 21:47:00 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?79,652572,652572#msg-652572</guid>
            <title>Filemaker Ver 13 to MySQL Migration (1 reply)</title>
            <link>https://forums.mysql.com/read.php?79,652572,652572#msg-652572</link>
            <description><![CDATA[ Hello,<br />
<br />
 I&#039;m considering migrating a small(2.28meg and 50 records)Filemaker ver 13 DB to MySQL for personal use. Is there a tool to convert to MySQL or would I need to enlist a developer to perform that work? OR, are there tutorials on how to do that myself?<br />
<br />
 Thanks<br />
  Don]]></description>
            <dc:creator>Don Crakhou</dc:creator>
            <category>Other Migration</category>
            <pubDate>Tue, 15 Nov 2016 21:36:31 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?79,647037,647037#msg-647037</guid>
            <title>Automated conversion of SQLite to MySQL (2 replies)</title>
            <link>https://forums.mysql.com/read.php?79,647037,647037#msg-647037</link>
            <description><![CDATA[ Hello, everybody! We have SQLite database that needs to be exported into large MySQL backend database on daily basis. Do you know a solution that can handle this task?]]></description>
            <dc:creator>Paul Karr</dc:creator>
            <category>Other Migration</category>
            <pubDate>Fri, 08 Jul 2016 18:30:11 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?79,646209,646209#msg-646209</guid>
            <title>Complied DOS program access to MySQL Server (no replies)</title>
            <link>https://forums.mysql.com/read.php?79,646209,646209#msg-646209</link>
            <description><![CDATA[ Hi All,<br />
<br />
I was wondering if ANYONE has ever managed to get a PURE DOS application talking to a MySQL Remote server? <br />
<br />
EXAMPLE<br />
<br />
<br />
DOS Application ----&gt; TCP/IP ----&gt; MySQL Server<br />
<br />
<br />
I ask as I have a very good working FreeBASIC application that runs fine on Windows and LInux (new hardware) but I have loads of old Computers that I want to use as information terminal (eg price checking terminals etc)<br />
<br />
I did read once that they was a mysql client library for DOS is this still available or does someone have it in their archives?<br />
<br />
Thanks<br />
<br />
Andy]]></description>
            <dc:creator>Andrew Gable</dc:creator>
            <category>Other Migration</category>
            <pubDate>Sun, 29 May 2016 17:19:32 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?79,635866,635866#msg-635866</guid>
            <title>How to migrate users and Privileges from 5.1.47 to 5.6.27 (1 reply)</title>
            <link>https://forums.mysql.com/read.php?79,635866,635866#msg-635866</link>
            <description><![CDATA[ Hello,<br />
<br />
I run a MySQL Cummunity Server 5.1.47.<br />
<br />
Now I need to migrate all the useres and their privileges to the new MySQL Community Server 5.6.27.<br />
<br />
When i migrate the DB mysql with MySQLWorkbench 6.3 than after this work the new DB mysql on the MySQL Server 5.6.27 is bad ....<br />
<br />
Does anyone has an idea how to do this work?<br />
<br />
There are a lot of users and priviles on the old MySQL Server 5.1.47 that I can not tranfser by hand ...<br />
<br />
Kind Regards<br />
Jens Geier]]></description>
            <dc:creator>Jens Geier</dc:creator>
            <category>Other Migration</category>
            <pubDate>Sat, 19 Dec 2015 12:02:44 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?79,633624,633624#msg-633624</guid>
            <title>Multi Valued Unique index may cause any performance in MySQL  while migrating SQLite to MySQL? (no replies)</title>
            <link>https://forums.mysql.com/read.php?79,633624,633624#msg-633624</link>
            <description><![CDATA[ Dear Forum Members,<br />
               I have migrated the Database from SQ-LITE 1.3 to MySQL ,then try to create an index for three fields single unique key. I have doubt about that multi-valued indexing may cause any performance related issue while InnoDB Table&#039;s online  transactions and how multiple filed have been accessed in memory physically? Please kindly share your valuable ideas to me]]></description>
            <dc:creator>KARTHIKEYAN T</dc:creator>
            <category>Other Migration</category>
            <pubDate>Wed, 05 Aug 2015 06:13:24 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?79,633337,633337#msg-633337</guid>
            <title>&quot;Export Dbase into MYSQL (no replies)</title>
            <link>https://forums.mysql.com/read.php?79,633337,633337#msg-633337</link>
            <description><![CDATA[ I just spent quite a bit of time creating a SUB that would maintain field names and most types/formatting. This uses ADODB connections to gather and create database in mysql and loop through DBF resultset inserting values into the MYSQL database. As it is this will need modification on any date values within strVals. Works good for me so far. Heres the script<br />
<br />
Sub ExportDBFtoMYSQL<br />
	<br />
	&#039;=================ADODB Constants==============<br />
	Const adOpenStatic = 3 <br />
	Const adLockOptimistic = 3 <br />
	Const adOpenKeyset = 1 <br />
	Const adLockReadOnly = 1<br />
	Const adOpenForwardOnly = 0<br />
	<br />
               &#039;============MYSQL SERVER VALUES============<br />
	MYSQLSVR = &quot;localhost&quot;<br />
	MYSQLUSERNAME = &quot;root&quot;<br />
	MYSQLPWD = &quot;mypwd&quot;<br />
	MYSQLDB = &quot;mrp&quot;<br />
	MYSQLUSERNAME = &quot;root&quot;          <br />
	MYSQLPORT = &quot;3306&quot;<br />
	<br />
               &#039;==================DBF VALUES=================<br />
	DBFPath = CurrentDocument.Path<br />
	DBFName = &quot;parts&quot;<br />
	DBFKey = &quot;IN_HOUSE_S&quot;<br />
	<br />
               &#039;Connect to DBF=================================<br />
	Set DBFconn=CreateObject(&quot;ADODB.Connection&quot;)<br />
	Set DBFRS = CreateObject(&quot;ADODB.Recordset&quot;) <br />
	DBFconn.Open &quot;Driver={Microsoft dBASE Driver (*.dbf)};DriverID=277;Dbq=&quot; &amp; DBFPath<br />
	DBFstrSQL = &quot;SELECT * FROM &quot; &amp; DBFName<br />
	DBFRS.Open DBFstrSQL,DBFconn, 0,3<br />
	<br />
               &#039;BUILD MYSQL Col String==============================<br />
	i = 0<br />
	Do Until i = DBFRS.Fields.Count<br />
		If DBFRS.Fields(i).Type = 2 Then<br />
			StrCol = StrCol &amp; DBFRS.Fields(i).Name &amp;&quot; SMALLINT(&quot; &amp; DBFRS.Fields(i).DefinedSize &amp; &quot;)  DEFAULT NULL, &quot;<br />
			strRSCols = strRSCols &amp; &quot;`&quot; &amp; DBFRS.Fields(i).Name &amp; &quot;`&quot; &amp; &quot;,&quot;<br />
		End If<br />
		If DBFRS.Fields(i).Type = 5 Then<br />
			StrCol = StrCol &amp; DBFRS.Fields(i).Name &amp;&quot; Numeric(10,4) DEFAULT NULL, &quot;<br />
			strRSCols = strRSCols &amp; &quot;`&quot; &amp; DBFRS.Fields(i).Name &amp; &quot;`&quot; &amp; &quot;,&quot;<br />
		End If<br />
		If DBFRS.Fields(i).Type = 200 Then <br />
			StrCol = StrCol &amp; DBFRS.Fields(i).Name &amp; &quot; VARCHAR(&quot; &amp; DBFRS.Fields(i).DefinedSize &amp; &quot;) DEFAULT NULL, &quot;<br />
			strRSCols = strRSCols &amp; &quot;`&quot; &amp; DBFRS.Fields(i).Name &amp; &quot;`&quot; &amp; &quot;,&quot;<br />
		End If<br />
		If DBFRS.Fields(i).Type = 11 Then <br />
			StrCol = StrCol &amp; DBFRS.Fields(i).Name &amp;  &quot; BIT(1) DEFAULT NULL, &quot;<br />
			strRSCols = strRSCols &amp; &quot;`&quot; &amp; DBFRS.Fields(i).Name &amp; &quot;`&quot; &amp; &quot;,&quot;<br />
		End If<br />
		If DBFRS.Fields(i).Type = 133 Then <br />
			StrCol = StrCol &amp;  DBFRS.Fields(i).Name &amp; &quot; DATE DEFAULT NULL, &quot;<br />
			strRSCols = strRSCols &amp; &quot;`&quot; &amp; DBFRS.Fields(i).Name &amp; &quot;`&quot; &amp; &quot;,&quot;<br />
		End If<br />
		If DBFRS.Fields(i).Type = 201 Then<br />
			StrCol = StrCol &amp; DBFRS.Fields(i).Name &amp; &quot; MEDIUMTEXT, &quot;<br />
			strRSCols = strRSCols &amp; &quot;`&quot; &amp; DBFRS.Fields(i).Name &amp; &quot;`&quot; &amp; &quot;,&quot;<br />
		End If<br />
		i=i+1<br />
	Loop<br />
	<br />
      &#039;Fix MYSQL RSCOL string==================================================<br />
	strRSCols = Left(strRSCols,Len(strRSCols)-1) &amp; &quot;)&quot;<br />
	<br />
      &#039;Connect To MYSQL====================================<br />
	Set MYSQLConn = CreateObject(&quot;ADODB.Connection&quot;) <br />
	Set MYSQLRS = CreateObject(&quot;ADODB.Recordset&quot;)             <br />
	MYSQLstrSQL = &quot;SELECT * FROM &quot; &amp; DBFName     <br />
	StrMYSQLConn =&quot;Driver=MySQL ODBC 5.3 ANSI Driver;&quot; &amp;_<br />
	&quot;SERVER=&quot; &amp; MYSQLSVR &amp;&quot;;&quot; &amp;_<br />
	&quot;UID=&quot; &amp; MYSQLUSERNAME &amp;&quot;;&quot; &amp;_<br />
	&quot;PASSWORD=&quot; &amp; MYSQLPWD &amp;&quot;;&quot; &amp;_<br />
	&quot;DATABASE=&quot; &amp; MYSQLDB &amp; &quot;;&quot; &amp;_<br />
	&quot;PORT=&quot; &amp; MYSQLPORT<br />
	<br />
	<br />
	MYSQLConn.Open StrMYSQLConn<br />
	<br />
     &#039;BUILD MYSQL Create Table String=====================<br />
	MYSQLStrExe = &quot;CREATE TABLE &quot; &amp; DBFName &amp; &quot; (&quot; &amp;       StrCol &amp; _<br />
	&quot;PRIMARY KEY &quot; &amp; DBFName &amp; &quot;_idx1 (&quot;  &amp; DBFKey &amp; &quot;)&quot; &amp;_<br />
	&quot;) ENGINE=InnoDB DEFAULT CHARSET=utf8;&quot;<br />
	<br />
      &#039;EXECUTE MYSQL Create Table====================<br />
	MYSQLconn.Execute MYSQLStrExe<br />
	<br />
     &#039;OPEN New MYSQL Table=====================<br />
	MYSQLRS.Open MYSQLstrSQL,MYSQLConn, 0,3<br />
	<br />
     &#039;Enter The Data=====================================<br />
	If DBFRS.EOF = False Then<br />
		<br />
		SelInto = &quot;INSERT IGNORE INTO &quot; &amp; MYSQLDB &amp; &quot;.&quot; &amp; DBFName &amp; &quot;(&quot;<br />
		i = 0<br />
		Do Until DBFRS.EOF = True<br />
			strVals = &quot;&quot;<br />
			Do Until i = DBFRS.Fields.Count                                                <br />
				strVals = strVals &amp; |&quot;| &amp; DBFRS.Fields(i).Value &amp; |&quot;| &amp; &quot;,&quot;                                               <br />
				i = i + 1                                               <br />
			Loop<br />
			i = 0<br />
			<br />
			&#039;Print DBFRS.Fields(&quot;recid&quot;).Value<br />
			strVals = Left(strVals,Len(strVals)-1) &amp; &quot;)&quot;<br />
			&#039;Print strVals<br />
			&#039;Print SelInto &amp; strRSCols &amp; &quot; values&quot; &amp; &quot;(&quot; &amp; strVals  <br />
			<br />
			MYSQLconn.Execute SelInto &amp; strRSCols &amp; &quot; values&quot; &amp; &quot;(&quot; &amp; strVals  <br />
			DBFRS.MoveNext<br />
		Loop<br />
	End If<br />
	<br />
	MYSQLRS.Close<br />
	Set MYSQLRS = Nothing<br />
	MYSQLConn.Close<br />
	Set MYSQLConn = Nothing<br />
	<br />
	DBFRS.Close<br />
	Set DBFRS = Nothing<br />
	DBFconn.close<br />
	Set DBFconn = Nothing<br />
End Sub]]></description>
            <dc:creator>Gary Tripodi</dc:creator>
            <category>Other Migration</category>
            <pubDate>Mon, 27 Jul 2015 04:23:01 +0000</pubDate>
        </item>
    </channel>
</rss>
