﻿<?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>Jonathan López &#187; PHPMyAdmin</title>
	<atom:link href="http://preocupao.net/tag/phpmyadmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://preocupao.net</link>
	<description></description>
	<lastBuildDate>Tue, 14 Jul 2009 21:53:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>#2002 &#8211; The server is not responding &#8211; phpmyadmin Error</title>
		<link>http://preocupao.net/2008/03/29/2002-the-server-is-not-responding-phpmyadmin-error/</link>
		<comments>http://preocupao.net/2008/03/29/2002-the-server-is-not-responding-phpmyadmin-error/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 21:07:53 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[PHPMyAdmin]]></category>

		<guid isPermaLink="false">http://www.preocupao.net/?p=14</guid>
		<description><![CDATA[This is a common error in cPanel, here is the fix: First edit the config file /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php Then, change the two following lines from $cfg['Servers'][$i]['socket'] = ”; $cfg['Servers'][$i]['connect_type'] = 'tcp'; to $cfg['Servers'][$i]['socket'] = '/var/lib/mysql/mysql.sock'; $cfg['Servers'][$i]['connect_type'] = 'socket'; Finish restarting mysql &#8230; <a href="http://preocupao.net/2008/03/29/2002-the-server-is-not-responding-phpmyadmin-error/">Sigue leyendo <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is a common error in cPanel, here is the fix:</p>
<p>First edit the config file /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php</p>
<p>Then, change the two following lines from</p>
<p><code>$cfg['Servers'][$i]['socket'] = ”;<br />
$cfg['Servers'][$i]['connect_type'] = 'tcp';</code></p>
<p>to</p>
<p><code>$cfg['Servers'][$i]['socket'] = '/var/lib/mysql/mysql.sock';<br />
$cfg['Servers'][$i]['connect_type'] = 'socket';</code></p>
<p>Finish restarting mysql</p>
<p><code>/etc/init.d/mysql restart</code></p>
]]></content:encoded>
			<wfw:commentRss>http://preocupao.net/2008/03/29/2002-the-server-is-not-responding-phpmyadmin-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHPMyAdmin error with cPanel</title>
		<link>http://preocupao.net/2008/03/14/phpmyadmin-error-with-cpanel/</link>
		<comments>http://preocupao.net/2008/03/14/phpmyadmin-error-with-cpanel/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 20:00:48 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHPMyAdmin]]></category>

		<guid isPermaLink="false">http://www.preocupao.net/phpmyadmin-error-with-cpanel/</guid>
		<description><![CDATA[Existing configuration file (./config.inc.php) is not readable. This problem happens when you try to log in PHPMyAdmin in this scenario: lsattr /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php ----i-------- config.inc.php ls -l /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php -rwx------ 1 cpanel cpanel 36109 Nov 10 2006 config.inc.php The solution: chattr -i &#8230; <a href="http://preocupao.net/2008/03/14/phpmyadmin-error-with-cpanel/">Sigue leyendo <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Existing configuration file (./config.inc.php) is not readable.</p>
<p>This problem happens when you try to log in PHPMyAdmin in this scenario:</p>
<p><code>lsattr /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php<br />
----i-------- config.inc.php<br />
ls -l /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php<br />
-rwx------ 1 cpanel cpanel 36109 Nov 10 2006 config.inc.php</code></p>
<p>The solution:</p>
<p><code>chattr -i /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php<br />
chgrp cpanel-phpmyadmin /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php</code></p>
]]></content:encoded>
			<wfw:commentRss>http://preocupao.net/2008/03/14/phpmyadmin-error-with-cpanel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
