<?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>SKYCUBE.net &#187; MySQL</title>
	<atom:link href="http://skycube.net/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://skycube.net</link>
	<description>Projects, References and Personals by Per Lasse Baasch</description>
	<lastBuildDate>Fri, 29 Jul 2011 01:21:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Usefully phpMyAdmin config vars</title>
		<link>http://skycube.net/2009/06/16/usefully-phpmyadmin-config-vars/</link>
		<comments>http://skycube.net/2009/06/16/usefully-phpmyadmin-config-vars/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 19:24:32 +0000</pubDate>
		<dc:creator>Per Lasse Baasch</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.skycube.net/?p=75</guid>
		<description><![CDATA[While working with large databases, phpMyAdmin is in serveral cases not the perfect application to handle changes and or administrate the databases but may the only one you are allowed to use. In this order there are two default configuration the following to configuration vars will help you to work better and faster. Show all [...]]]></description>
			<content:encoded><![CDATA[<p>While working with large databases, <strong>phpMyAdmin</strong> is in serveral cases not the perfect application to handle changes and or administrate the databases but may the only one you are allowed to use.</p>
<p>In this order there are two default configuration the following to configuration vars will help you to work better and faster.</p>
<p>Show all rows without a limit:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$cfg</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'ShowAll'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">;</span></pre></div></div>

<p>Show full update statements:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$cfg</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'MaxCharactersInDisplayedSQL'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">2147483647</span><span style="color: #339933;">;</span></pre></div></div>

<p>In order to the default value, updates with <strong>more than 1000 chars</strong> will be replaced with <strong>[…]</strong>.</p>
<p>Just place these in the <em><strong>config.inc.php</strong></em> e.g. <em><strong>/var/www/htdocs/phpmyadmin/config.inc.php</strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://skycube.net/2009/06/16/usefully-phpmyadmin-config-vars/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

