<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pario TechnoBlob &#187; phpMyAdmin</title>
	<atom:link href="http://pario.no/tag/phpmyadmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://pario.no</link>
	<description>A cronological documentation test project, nothing serious, really!</description>
	<lastBuildDate>Thu, 26 Apr 2012 08:18:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>MDB tools to export (migrate) from mdb (Microsoft Access format) to mySQL</title>
		<link>http://pario.no/2007/04/27/mdb-tools-to-export-migrate-from-mdb-microsoft-access-format-to-mysql/</link>
		<comments>http://pario.no/2007/04/27/mdb-tools-to-export-migrate-from-mdb-microsoft-access-format-to-mysql/#comments</comments>
		<pubDate>Fri, 27 Apr 2007 13:41:57 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[phpMyAdmin]]></category>

		<guid isPermaLink="false">http://hhj.no/wordpress/2007/04/27/mdb-tools-to-export-migrate-from-mdb-microsoft-access-format-to-mysql/</guid>
		<description><![CDATA[This convertion could be obtained by first converting the tables in the mdb-file into CSV-files (Comma Separated Values) using MDB Tools and then by importing the csv-files into MySQL using phpMyAdmin. To export a given table from a mdb-file, we type: mdb-export db.mdb customers &#62;&#62; customers.csv In my case, since I got some danish characters, [...]]]></description>
			<content:encoded><![CDATA[<p>This convertion could be obtained by first converting the tables in the mdb-file into CSV-files (Comma Separated Values) using MDB Tools and then by importing the csv-files into MySQL using phpMyAdmin.</p>
<p>To export a given table from a mdb-file, we type:</p>
<p><code>mdb-export db.mdb customers &gt;&gt; customers.csv</code></p>
<p>In my case, since I got some danish characters, I need to force mdbtools to encode everything as ISO8859-1 instead of UTF-8, which is the default. This can be done by setting the environment variable MDB_ICONV to ISO8859-1</p>
<p><code>export MDB_ICONV="ISO8859-1"</code></p>
<p>The resulting CSV-files could be imported into MySQL using phpMyAdmin.</p>
<script type="text/javascript">var wordpress_toolbar_urls = [];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMDcvMDQvMjcvbWRiLXRvb2xzLXRvLWV4cG9ydC1taWdyYXRlLWZyb20tbWRiLW1pY3Jvc29mdC1hY2Nlc3MtZm9ybWF0LXRvLW15c3FsLzx3cHRiPk1EQiB0b29scyB0byBleHBvcnQgKG1pZ3JhdGUpIGZyb20gbWRiIChNaWNyb3NvZnQgQWNjZXNzIGZvcm1hdCkgdG8gbXlTUUw8d3B0Yj5odHRwOi8vcGFyaW8ubm88d3B0Yj5QYXJpbyBUZWNobm9CbG9i";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2007/04/27/mdb-tools-to-export-migrate-from-mdb-microsoft-access-format-to-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

