<?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>Codigo Manso &#187; access denied</title>
	<atom:link href="http://www.codigomanso.com/en/tag/access-denied/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codigomanso.com</link>
	<description>Programación, informática y tecnología</description>
	<lastBuildDate>Sun, 21 Aug 2011 10:54:29 +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>phpmyadmin root access denied</title>
		<link>http://www.codigomanso.com/en/2009/04/phpmyadmin-root-access-denied/</link>
		<comments>http://www.codigomanso.com/en/2009/04/phpmyadmin-root-access-denied/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 12:18:33 +0000</pubDate>
		<dc:creator>Pau Sanchez</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[access denied]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[root]]></category>

		<guid isPermaLink="false">http://www.codigomanso.com/es/?p=649</guid>
		<description><![CDATA[Last Thursday I upgraded to Ubuntu 9.04, and like always happens, sooner or later new (tiny/minor) problems arise from upgrades. Today I&#8217;ve found myself not being able to log into PHPMyAdmin with the root user, which has no password on my development machine, O_o
Looking around to find a solution to this problem (and after making [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Last Thursday I upgraded to Ubuntu 9.04, and like always happens, sooner or later new (tiny/minor) problems arise from upgrades. Today I&#8217;ve found myself not being able to log into PHPMyAdmin with the <strong>root</strong> user, which has no password on my development machine, O_o</p>
<p style="text-align: justify;">Looking around to find a solution to this problem (and after making sure root password was still the same using mysql console &#8211; that means empty password) I&#8217;ve found the solution.</p>
<p style="text-align: justify;">Taking a look at the file  /var/www/phpmyadmin/libraries/config.default.php, line 345 in my machine, there was this code:<br />
<strong><em> $cfg['Servers'][$i]['AllowNoPasswordRoot'] = false;</em></strong></p>
<p style="text-align: justify;">Making AllowNoPasswordRoot be true, solves the problem:<br />
<strong><em> $cfg['Servers'][$i]['AllowNoPasswordRoot'] = <span style="color: #0000ff;">true</span>;</em></strong></p>
<p style="text-align: justify;">I post this hoping somebody else could benefit from this <img src='http://www.codigomanso.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.codigomanso.com/en/2009/04/phpmyadmin-root-access-denied/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>

