<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Converting Access to MySQL</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Converting Access to MySQL]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 03 Apr 2026 21:59:11 +0000</pubDate>
  <lastBuildDate>Sat, 21 Jul 2007 18:01:17 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=23582</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Converting Access to MySQL : Thanx man this is what i was searching...]]></title>
   <link>https://forums.webwiz.net/converting-access-to-mysql_topic23582_post125147.html#125147</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23515">get_up</a><br /><strong>Subject:</strong> 23582<br /><strong>Posted:</strong> 21&nbsp;July&nbsp;2007 at 6:01pm<br /><br />Thanx man this is what i was searching about ...long time <DIV>i spend a week for converting with phpmyadmin ..</DIV><DIV>&nbsp;its too funny to see this how easy is</DIV><DIV>&nbsp;</DIV><DIV>thanks again.</DIV>]]>
   </description>
   <pubDate>Sat, 21 Jul 2007 18:01:17 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/converting-access-to-mysql_topic23582_post125147.html#125147</guid>
  </item> 
  <item>
   <title><![CDATA[Converting Access to MySQL : Hi,Just gone through the process...]]></title>
   <link>https://forums.webwiz.net/converting-access-to-mysql_topic23582_post124107.html#124107</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19928">dieu</a><br /><strong>Subject:</strong> 23582<br /><strong>Posted:</strong> 28&nbsp;June&nbsp;2007 at 4:13am<br /><br />Hi,<br><br>Just gone through the process just then.... <img src="https://forums.webwiz.net/smileys/smiley20.gif" border="0" align="absmiddle" alt="Thumbs%20Up" /> and all is working on a test site and now doing on active site...&nbsp; <img src="https://forums.webwiz.net/smileys/smiley4.gif" border="0" align="absmiddle" alt="Big%20smile" /><br><br>Here is what I've done.... oh my site is remote.&nbsp; Its at brinkster......&nbsp; The admins told be to move over to ms sql&nbsp; or mysql from my&nbsp; MS ACCESS db.<br><br>Argh!!! the thought....<br><br>OK HERE IS WHAT TO DO...<br><br><b>BEFORE YOU START</b><br>------------------------<br>• Download&nbsp;&nbsp; <a href="http://www.navicat.com/" target="_blank">navicat v8 for mySQL tool</a>.&nbsp; (Best mySQL tool on market, free for the first month)<br>• Back up your .mdb database. and the forum.<br>• if&nbsp; webwiz forum is pre v8 then firstly upgrade to <span ="text"></span><a href="../web_wiz_forums/forum_license.asp?ID=3&amp;mode=" target="_blank">MS Access 2000 version</a>, and run the <span ="text"><a href="../web_wiz_forums/forum_license.asp?ID=12&amp;mode=" target="_blank">MS Access 7.x to 8.x Upgrade Too</a></span><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-weight: normal; font-size: 13px; color: blue; text-decorati&#111;n: underline;">l</span>&nbsp; <br>• Back up new upgrade of .mdb and also the forum.<br><br><b>PROCEDURE TO MIRGRATE.</b><br>---------------------------------<br><br>• Lock your forum<br>• Download the mdb database to a local drive.<br>• Completely remove the old forum from the system and download the <span ="text"></span><a href="../web_wiz_forums/forum_license.asp?ID=2&amp;mode=" target="_blank">mySQL  version</a>, extract into websites folders.&nbsp; i.e /forum <br>• log into your mysql command line client and create your database....<br><br>&nbsp;&nbsp;&nbsp; create database {database name};<br><br>&nbsp;&nbsp;&nbsp; i.e&nbsp;&nbsp; mysql&gt; create database webwiz;<br>• edit,&nbsp;&nbsp;&nbsp; database/database_connection.asp and move down to line 123 to edit <br><br>strSQLDBServerName = "{ip or dns name of mysql database}"<br>strSQLDBUserName = "{username}"<br>strSQLDBPassword = "*******"<br>strSQLDBName = "{whatever you called it}"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; i.e example above would be&nbsp; strSQLDBName="webwiz"<br><br>• Using your web browser and connecting the the forum.... load page...<br>&nbsp;&nbsp;&nbsp;&nbsp; mySQL_server_setup.asp<br><br>• type the username and password to create all the tables and their respective links and foreign keys, primary keys and all the other goodies for a relational database.&nbsp;&nbsp; <br><br><b>NOTE: </b>DO NOT USE A MIGRATION TOOL IT WILL REMOVE THESE LINKS, INCLUDING THE AUTO INCREMENTAL FIELDS.<br><br>• Open Navicat v8 and connect to the mySQL database...<br>• Open database&nbsp;&nbsp; (example: webwiz)<br>• Expand Tables... <br>• Double click on tblauthor<br>• Select&nbsp; Import Wizard icon<br>• Select&nbsp; (*) MS Access database (*.mdb)<br>• Select the mdb database file for&nbsp; IMPORT FORM:<br>• tick, &#091;X&#093; tblAuthor&nbsp; and &#091;next&#093;<br>• Check that the source and target are correct... should be the same name, then &#091;next&#093;<br>• Check that the fields properly match... All should be the same... then &#091;next&#093;<br>• Select&nbsp; (*) Copy: delete all records in destination. repopulate from the source<br>• Click &#091; Start &#093;<br><br>• REPEAT these procedures from line 4 : Double click on......... until&nbsp; all of the databases have been repopulated.&nbsp; Note: only repopulated the new tables.. no need to recreate old tables that aint used in the new database. i.e tblActiveUser&nbsp; is not need to repopulate.<br><br><br>Shouldn't&nbsp; take long as it does it as a batch load...<br><br>All done..... Reload website on browser and check it out...<br><br><br>]]>
   </description>
   <pubDate>Thu, 28 Jun 2007 04:13:20 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/converting-access-to-mysql_topic23582_post124107.html#124107</guid>
  </item> 
  <item>
   <title><![CDATA[Converting Access to MySQL : I have a webwiz forum on access...]]></title>
   <link>https://forums.webwiz.net/converting-access-to-mysql_topic23582_post123968.html#123968</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=26528">brand1m</a><br /><strong>Subject:</strong> 23582<br /><strong>Posted:</strong> 21&nbsp;June&nbsp;2007 at 5:18pm<br /><br />I have a webwiz forum on access (8.05).&nbsp; I'd like to convert it to the MySQL so I can move it to a different server.&nbsp; I saw the post about converting to MS SQL, but where can I go for direction on converting to MySQL?]]>
   </description>
   <pubDate>Thu, 21 Jun 2007 17:18:38 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/converting-access-to-mysql_topic23582_post123968.html#123968</guid>
  </item> 
 </channel>
</rss>