<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: MySQL Tech Bleg</title>
	<atom:link href="http://www.neptunuslex.com/2009/06/13/mysql-tech-bleg/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neptunuslex.com/2009/06/13/mysql-tech-bleg/</link>
	<description>The unbearable lightness of Lex. Enjoy!</description>
	<lastBuildDate>Fri, 10 Feb 2012 02:43:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: lex</title>
		<link>http://www.neptunuslex.com/2009/06/13/mysql-tech-bleg/comment-page-1/#comment-375005</link>
		<dc:creator>lex</dc:creator>
		<pubDate>Sun, 14 Jun 2009 16:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.neptunuslex.com/?p=10053#comment-375005</guid>
		<description>Here goes nothing.</description>
		<content:encoded><![CDATA[<p>Here goes nothing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rs</title>
		<link>http://www.neptunuslex.com/2009/06/13/mysql-tech-bleg/comment-page-1/#comment-374992</link>
		<dc:creator>rs</dc:creator>
		<pubDate>Sun, 14 Jun 2009 15:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.neptunuslex.com/?p=10053#comment-374992</guid>
		<description>I just wanted to add to this since I&#039;m less sleepy now. 

In case you don&#039;t have or don&#039;t want to use shell access, the process is just to: 

- Backup your database. Make sure your backup is in &quot;sql&quot; format, NOT xml! An &quot;export&quot; from Wordpress&#039;s dashboard won&#039;t help you.  
- Optional: Take your site down while you run the conversion. If you don&#039;t, your site will mostly just appear slow, timeout, or possibly return an error page (depending on how Wordpress handles database contention). 
- Copy that php file from above to your wordpress install directory. 
- You can run it in a browser if you don&#039;t have shell access. 
- If successful, remove that php file from above. 
- If not successful, remove the php file from above and restore the database from your backup.</description>
		<content:encoded><![CDATA[<p>I just wanted to add to this since I&#8217;m less sleepy now. </p>
<p>In case you don&#8217;t have or don&#8217;t want to use shell access, the process is just to: </p>
<p>- Backup your database. Make sure your backup is in &#8220;sql&#8221; format, NOT xml! An &#8220;export&#8221; from WordPress&#8217;s dashboard won&#8217;t help you.<br />
- Optional: Take your site down while you run the conversion. If you don&#8217;t, your site will mostly just appear slow, timeout, or possibly return an error page (depending on how WordPress handles database contention).<br />
- Copy that php file from above to your wordpress install directory.<br />
- You can run it in a browser if you don&#8217;t have shell access.<br />
- If successful, remove that php file from above.<br />
- If not successful, remove the php file from above and restore the database from your backup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Snake Eater</title>
		<link>http://www.neptunuslex.com/2009/06/13/mysql-tech-bleg/comment-page-1/#comment-374980</link>
		<dc:creator>Snake Eater</dc:creator>
		<pubDate>Sun, 14 Jun 2009 13:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.neptunuslex.com/?p=10053#comment-374980</guid>
		<description>Sorry Lex...no help here. I&#039;m still trying to figure out how a telepone works. Best</description>
		<content:encoded><![CDATA[<p>Sorry Lex&#8230;no help here. I&#8217;m still trying to figure out how a telepone works. Best</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mongo</title>
		<link>http://www.neptunuslex.com/2009/06/13/mysql-tech-bleg/comment-page-1/#comment-374979</link>
		<dc:creator>Mongo</dc:creator>
		<pubDate>Sun, 14 Jun 2009 13:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.neptunuslex.com/?p=10053#comment-374979</guid>
		<description>Task list:
1. &lt;del&gt; Copy/Paste all above from RS to text file for future use &lt;/del&gt;  Done...
2. 6 pack Beer chit to RS for above.
3. Practice/make use of above from RS...

v/r</description>
		<content:encoded><![CDATA[<p>Task list:<br />
1. <del> Copy/Paste all above from RS to text file for future use </del>  Done&#8230;<br />
2. 6 pack Beer chit to RS for above.<br />
3. Practice/make use of above from RS&#8230;</p>
<p>v/r</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rs</title>
		<link>http://www.neptunuslex.com/2009/06/13/mysql-tech-bleg/comment-page-1/#comment-374934</link>
		<dc:creator>rs</dc:creator>
		<pubDate>Sun, 14 Jun 2009 05:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.neptunuslex.com/?p=10053#comment-374934</guid>
		<description>Oh yeah.

If you don&#039;t know your mysql login creds, they will be in your wordpressinstalldirectory/wp-config.php.

Look for values db_name db_user db_password. db_host might be relevant as well. my previous example assumed that the database was running on the same host as the webserver. If the mysqldump command fails, add &quot; -h valueofdb_host&quot; and you should be good.

One final thing - omit the &quot;http://&quot;  when you ssh to yourusername@www.neptunuslex.com&quot;</description>
		<content:encoded><![CDATA[<p>Oh yeah.</p>
<p>If you don&#8217;t know your mysql login creds, they will be in your wordpressinstalldirectory/wp-config.php.</p>
<p>Look for values db_name db_user db_password. db_host might be relevant as well. my previous example assumed that the database was running on the same host as the webserver. If the mysqldump command fails, add &#8221; -h valueofdb_host&#8221; and you should be good.</p>
<p>One final thing &#8211; omit the &#8220;http://&#8221;  when you ssh to <a href="mailto:yourusername@www.neptunuslex.com">yourusername@www.neptunuslex.com</a>&#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rs</title>
		<link>http://www.neptunuslex.com/2009/06/13/mysql-tech-bleg/comment-page-1/#comment-374933</link>
		<dc:creator>rs</dc:creator>
		<pubDate>Sun, 14 Jun 2009 05:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.neptunuslex.com/?p=10053#comment-374933</guid>
		<description>This is pretty simple if you know what you&#039;re doing. 

Connect to your webhost via shell or CPanel/PhpMyAdmin. Example below is for shell access.

ssh -l yourusnername www.neptunuslex.com 
enter password

mysqldump -u yourmysqlusername -p yourmysqlpassword  yourdatabasename &gt; backup.20090614.sql

copy the php file referenced at &quot;http://www.mydigitallife.info/2007/06/23/how-to-convert-character-set-and-collation-of-wordpress-database/&quot; to your wordpress install directory, and run it:

wget http://forums.mydigitallife.info/attachment.php?attachmentid=34&amp;d=1182541079 &gt; wordpressinstalldirectory/fileijustsavedTowordpressinstalldirectory.php

(the wget command actually will probably not work since that site wants you to be acually logged in; you&#039;ll have to save the file locally and copy it to your wordpress install directory on your webhost).

cd wordpressinstalldirectory
php fileIjustsavedTowordpressinstalldirectory.php

And maybe it works. 

If it doesn&#039;t work:

mysql -u yourmysqlusername -p yourmysqlpassword yourdatabasename &lt; ~/backup.20090614.sql

will restore your previous database.

Good luck!</description>
		<content:encoded><![CDATA[<p>This is pretty simple if you know what you&#8217;re doing. </p>
<p>Connect to your webhost via shell or CPanel/PhpMyAdmin. Example below is for shell access.</p>
<p>ssh -l yourusnername <a href="http://www.neptunuslex.com" rel="nofollow">http://www.neptunuslex.com</a><br />
enter password</p>
<p>mysqldump -u yourmysqlusername -p yourmysqlpassword  yourdatabasename &gt; backup.20090614.sql</p>
<p>copy the php file referenced at &#8220;http://www.mydigitallife.info/2007/06/23/how-to-convert-character-set-and-collation-of-wordpress-database/&#8221; to your wordpress install directory, and run it:</p>
<p>wget <a href="http://forums.mydigitallife.info/attachment.php?attachmentid=34&#038;d=1182541079" rel="nofollow">http://forums.mydigitallife.info/attachment.php?attachmentid=34&#038;d=1182541079</a> &gt; wordpressinstalldirectory/fileijustsavedTowordpressinstalldirectory.php</p>
<p>(the wget command actually will probably not work since that site wants you to be acually logged in; you&#8217;ll have to save the file locally and copy it to your wordpress install directory on your webhost).</p>
<p>cd wordpressinstalldirectory<br />
php fileIjustsavedTowordpressinstalldirectory.php</p>
<p>And maybe it works. </p>
<p>If it doesn&#8217;t work:</p>
<p>mysql -u yourmysqlusername -p yourmysqlpassword yourdatabasename &lt; ~/backup.20090614.sql</p>
<p>will restore your previous database.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

