<?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>Web Threads &#187; Website Management</title>
	<atom:link href="http://www.web-threads.com/category/website-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.web-threads.com</link>
	<description>Websites for Business and Online Communities</description>
	<lastBuildDate>Tue, 10 Aug 2010 21:48:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Empty Tables in PhpMyAdmin (MySQL)</title>
		<link>http://www.web-threads.com/2009/08/how-to-empty-tables-in-phpmyadmin-mysql/</link>
		<comments>http://www.web-threads.com/2009/08/how-to-empty-tables-in-phpmyadmin-mysql/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 19:58:37 +0000</pubDate>
		<dc:creator>Web Threads</dc:creator>
				<category><![CDATA[Website Management]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phpmyadmin]]></category>

		<guid isPermaLink="false">http://www.web-threads.com/?p=275</guid>
		<description><![CDATA[Recently I needed to empty the Drupal sessions and cache tables which had grown to some million+ rows and were causing weekly database errors on a busy health community website. In PhpMyAdmin, permissions to empty tables weren&#8217;t available.

I searched for a quick way to easily clear the table and found that truncate does the job and the permissions to do this was there even though it was not listed in the options of phpmyadmin.

TRUNCATE TABLE `drupal_sessions`

I also added a Drupal plugin to do database maintenance weekly to prevent this happening again. Sure enough, the site has been behaving and performing much better since, knock on wood.
Like
Unlike

]]></description>
			<content:encoded><![CDATA[<p>Recently I needed to empty the Drupal sessions and cache tables which had grown to some million+ rows and were causing weekly database errors on a busy health community website. In PhpMyAdmin, permissions to empty tables weren&#8217;t available.<br />
<span id="more-275"></span><br />
I searched for a quick way to easily clear the table and found that <a title="MySQL Manual: Truncate" href="http://dev.mysql.com/doc/refman/5.0/en/truncate.html" rel="nofollow">truncate</a> does the job and the permissions to do this was there even though it was not listed in the options of phpmyadmin.</p>

<div class="wp_syntax"><div class="code"><pre class="mysql" style="font-family:monospace;"><span style="color: #990099; font-weight: bold;">TRUNCATE</span> <span style="color: #990099; font-weight: bold;">TABLE</span> <span style="color: #008000;">`drupal<span style="color: #008080; font-weight: bold;">_</span>sessions`</span></pre></div></div>

<p>I also added a Drupal plugin to do database maintenance weekly to prevent this happening again. Sure enough, the site has been behaving and performing much better since, knock on wood.</p>
<div class='wp_likes' id='wp_likes_post-275'><a class='like' href="javascript:wp_likes.like(275);" title='' ><img src="http://www.web-threads.com/press/wp-content/plugins/wp-likes/images/like.png" alt='' border='0'/>Like</a><span class='text'></span>
<div class='unlike'><a href="javascript:wp_likes.unlike(275);">Unlike</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.web-threads.com/2009/08/how-to-empty-tables-in-phpmyadmin-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Quick Note on Just Host</title>
		<link>http://www.web-threads.com/2009/08/a-quick-note-on-just-host/</link>
		<comments>http://www.web-threads.com/2009/08/a-quick-note-on-just-host/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 17:59:36 +0000</pubDate>
		<dc:creator>Web Threads</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Website Management]]></category>
		<category><![CDATA[just host]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://www.web-threads.com/?p=254</guid>
		<description><![CDATA[This week I migrated a site for a client, from Heart Internet over to Just Host. In the process I found a few tidbits missing from the Just Host knowledge base, about server FTP and SSL details.

FTP everything in binary or it will strip all the whitespace out of your ascii transfers. PHP scripts stop working.
The Shared SSL on Just Host doesn&#8217;t work by default, you need to open a support ticket and make a request. They advise it will take up to 24 hours to work after that, and then your URL will be https://server.ip/~accountname.
Having this info would have saved me a bit of time, but the support was quite helpful and within an hour.
Like
Unlike

]]></description>
			<content:encoded><![CDATA[<p>This week I migrated a site for a client, from Heart Internet over to Just Host. In the process I found a few tidbits missing from the Just Host knowledge base, about server FTP and SSL details.</p>
<p><span id="more-254"></span><br />
FTP everything in binary or it will strip all the whitespace out of your ascii transfers. PHP scripts stop working.</p>
<p>The Shared SSL on Just Host doesn&#8217;t work by default, you need to open a support ticket and make a request. They advise it will take up to 24 hours to work after that, and then your URL will be https://server.ip/~accountname.</p>
<p>Having this info would have saved me a bit of time, but the support was quite helpful and within an hour.</p>
<div class='wp_likes' id='wp_likes_post-254'><a class='like' href="javascript:wp_likes.like(254);" title='' ><img src="http://www.web-threads.com/press/wp-content/plugins/wp-likes/images/like.png" alt='' border='0'/>Like</a><span class='text'></span>
<div class='unlike'><a href="javascript:wp_likes.unlike(254);">Unlike</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.web-threads.com/2009/08/a-quick-note-on-just-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
