<?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>Edventures in Normalcy &#187; cPanel</title>
	<atom:link href="http://www.edwinbush.com/category/cpanel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edwinbush.com</link>
	<description></description>
	<lastBuildDate>Fri, 23 Jul 2010 21:32:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>PhpMyAdmin 2002 error in CPanel</title>
		<link>http://www.edwinbush.com/08/08/phpmyadmin-2002-error-in-cpanel/</link>
		<comments>http://www.edwinbush.com/08/08/phpmyadmin-2002-error-in-cpanel/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 15:29:51 +0000</pubDate>
		<dc:creator>feonix83</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://www.edwinbush.com/?p=118</guid>
		<description><![CDATA[Linux VPS (CPanel) What to do if you are not able to access PhpMyAdmin from a individual account. Within CPanel, you have the ability to access a MySql database using PhpMyAdmin. However you may notice that if you attempt to connect to PhpMyAdmin using a login other than root (Using port 2083) you will get [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><span style="font-size: 10pt; font-family: Arial;">Linux VPS (CPanel) What to do if you are not able to access PhpMyAdmin from a individual account.</span></p>
<p>Within CPanel, you have the ability to access a MySql database using PhpMyAdmin. However you may notice that if you attempt to connect to PhpMyAdmin using a login other than root (Using port 2083) you will get the following error;</p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: Arial;"> </span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: Arial;">PhpMyAdmin Error:</span></p>
<p class="MsoNormal">#2002 &#8211; The server is not responding (or the local MySQL server’s socket is not correctly configured)</p>
<p class="MsoNormal">
<p class="MsoNormal">To correct this you will need to login as root and edit /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php. To do this, do the following;</p>
<p class="MsoNormal">
<p class="MsoNormal">vi /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php (You can also use Pico or Nano if it is installed.</p>
<p>find<br />
$cfg['Servers'][$i]['socket'] = ”;<br />
change to<br />
$cfg['Servers'][$i]['socket'] = ‘/var/lib/mysql/mysql.sock’;</p>
<p>next line<br />
$cfg['Servers'][$i]['connect_type'] = ‘tcp’;</p>
<p>change to</p>
<p>$cfg['Servers'][$i]['connect_type'] = ’socket’;</p>
<p>You may also will want to change “localhost” to “127.0.0.1″</p>
<p class="MsoNormal">
<p class="MsoNormal">That’s it. Now restart MySql (this may or may not be necessary) and you will be able to login to PhpMyAdmin.</p>
<div style='display:none' id="post-refEl-118"></div>]]></content:encoded>
			<wfw:commentRss>http://www.edwinbush.com/08/08/phpmyadmin-2002-error-in-cpanel/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
