<?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>Pain Builds Character &#187; godaddy</title>
	<atom:link href="http://www.mikemaxwell.net/tag/godaddy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikemaxwell.net</link>
	<description>The official blog of Mike Maxwell... whatever that's worth!</description>
	<lastBuildDate>Tue, 28 Jul 2009 22:18:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>GoDaddy and Large SQL Imports</title>
		<link>http://www.mikemaxwell.net/2008/09/07/godaddy-and-large-sql-imports/</link>
		<comments>http://www.mikemaxwell.net/2008/09/07/godaddy-and-large-sql-imports/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 21:43:05 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phpmyadmin]]></category>

		<guid isPermaLink="false">http://www.mikemaxwell.net/2008/09/07/godaddy-and-large-sql-imports/</guid>
		<description><![CDATA[One of my clients is a high school reunion organizer. She hires me to build and maintain the sites used for registering and other reunion-related stuff. These sites are built in Joomla 1.0.15 on Linux/MySQL servers. She uses GoDaddy for her hosting provider. I&#8217;m usually able to simply copy/paste the last site I made for [...]]]></description>
			<content:encoded><![CDATA[<p>One of my clients is a high school reunion organizer. She hires me to build and maintain the sites used for registering and other reunion-related stuff. These sites are built in Joomla 1.0.15 on Linux/MySQL servers. She uses GoDaddy for her hosting provider.</p>
<p>I&#8217;m usually able to simply copy/paste the last site I made for her and customize it for the new year and school. However, the last reunion site I did included a photo gallery. And, apparently, the extension I used to provide the photo gallery functionality stashed a bunch of images into the DB. </p>
<p>Which means, of course, when I went to copy the last site&#8217;s DB, the SQL file was rather large &#8211; 57 MB &#8211; much larger than GoDaddy will allow for importing into a new DB via phpMyAdmin.</p>
<p>GoDaddy tech support turned me on to this new technique. If you arrived here through a search on this subject, I hope it helps. I couldn&#8217;t find anything about it when I needed it.</p>
<p><strong>Note: This information is only relevant to people using GoDaddy hosting accounts who need to import a large SQL file. </strong>I also assume you know how to get around GoDaddy&#8217;s control panels.</p>
<ol>
<li>Dump the old database into a SQL file. If it&#8217;s less than 2 or 3 MB, you can probably just use phpMyAdmin for the import and skip all of what follows.</li>
<li>On the NEW hosting account, create a fresh MySQL DB using the tools GoDaddy provides.</li>
<li>After the setup of the DB is complete (takes several minutes), do a backup of the new DB. Yes, even though it&#8217;s empty.</li>
<li>Again, this will take a few minutes. While you&#8217;re waiting FTP the SQL file from the old DB into the _db_backups directory in your HTML directory.</li>
<li>Go back to your NEW DB, and do a restore. It will ask you which file you want to use. Use the big fat SQL file you just FTP&#8217;d to the new hosting account.</li>
<li>The new DB will be populated with the old DB&#8217;s content.</li>
</ol>
<p>If you found this page and used this workaround, let me know. Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikemaxwell.net/2008/09/07/godaddy-and-large-sql-imports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
