<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title><![CDATA[Content with Style - Comments on Viewing BLOB content in phpMyAdmin]]></title>
    <link>http://www.contentwithstyle.co.uk/feeds/rss/comments/268</link>
    <description><![CDATA[]]></description>
    <pubDate>Fri, 12 Mar 2010 21:54:53 +0000</pubDate>
    <generator>Zend_Feed</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[Content with Style - Comment #1 on Viewing BLOB content in phpMyAdmin]]></title>
      <link>http://www.contentwithstyle.co.uk/content/viewing-blob-content-in-phpmyadmin/#comment-7870</link>
      <guid>http://www.contentwithstyle.co.uk/content/viewing-blob-content-in-phpmyadmin/#comment-7870</guid>
      <description><![CDATA[<p>This worked for me on ubuntu 9.10 lamp's /etc/phpmyadmin/config.inc.php:</p>

<pre><code>$cfg['ProtectBinary'] = FALSE;</code></pre>

<p>(remember /etc/init.d/apache2 restart)</p>]]></description>
      <content:encoded><![CDATA[<p>This worked for me on ubuntu 9.10 lamp's /etc/phpmyadmin/config.inc.php:</p>

<pre><code>$cfg['ProtectBinary'] = FALSE;</code></pre>

<p>(remember /etc/init.d/apache2 restart)</p>]]></content:encoded>
      <pubDate>Mon, 15 Feb 2010 08:29:42 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #2 on Viewing BLOB content in phpMyAdmin]]></title>
      <link>http://www.contentwithstyle.co.uk/content/viewing-blob-content-in-phpmyadmin/#comment-7963</link>
      <guid>http://www.contentwithstyle.co.uk/content/viewing-blob-content-in-phpmyadmin/#comment-7963</guid>
      <description><![CDATA[<p>Got tripped up by the ShowBlob deprecation my self. I guess the documentation is my friend, but I keep forgetting about it:
<a href="http://wiki.phpmyadmin.net/pma/Config">http://wiki.phpmyadmin.net/pma/Config</a></p>

<p>Seems like the only way to display blob data is with <code>$cfg['ProtectBinary']</code></p>]]></description>
      <content:encoded><![CDATA[<p>Got tripped up by the ShowBlob deprecation my self. I guess the documentation is my friend, but I keep forgetting about it:
<a href="http://wiki.phpmyadmin.net/pma/Config">http://wiki.phpmyadmin.net/pma/Config</a></p>

<p>Seems like the only way to display blob data is with <code>$cfg['ProtectBinary']</code></p>]]></content:encoded>
      <pubDate>Mon, 15 Feb 2010 08:30:26 +0000</pubDate>
    </item>
  </channel>
</rss>
