<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:dtvmedia="http://participatoryculture.org/RSSModules/dtv/1.0"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Ajo's web site &#187; debian mysql</title>
	<atom:link href="http://www.ajo.es/tag/debian-mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ajo.es</link>
	<description>technology, opensource, SEO, hardware, software, engineering,  web development, ...</description>
	<lastBuildDate>Thu, 05 Mar 2009 15:27:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.2" -->
		<copyright>&#xA9; </copyright>
		<managingEditor>miguelangel@acuarios.es ()</managingEditor>
		<webMaster>miguelangel@acuarios.es</webMaster>
		<category></category>
		<ttl>1440</ttl>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>technology, hardware, SEO, software, web development, opensource</itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>miguelangel@acuarios.es</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://www.ajo.es/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://www.ajo.es/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>Ajo's web site</title>
			<link>http://www.ajo.es</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Access denied for user &#8216;debian-sys-maint&#8217;@&#039;localhost&#8217; (using password: YES)</title>
		<link>http://www.ajo.es/access-denied-for-user-debian-sys-maintlocalhost-using-password-yes_47/index.html</link>
		<comments>http://www.ajo.es/access-denied-for-user-debian-sys-maintlocalhost-using-password-yes_47/index.html#comments</comments>
		<pubDate>Fri, 08 Aug 2008 09:19:38 +0000</pubDate>
		<dc:creator>ajo</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[debian mysql]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.ajo.es/?p=47</guid>
		<description><![CDATA[I&#8217;m doing bing changes in my servers, and moving some mysql data stores (/var/lib/mysql/*) I&#8217;ve found the following errors on debian:
Access denied for user &#8216;debian-sys-maint&#8217;@'localhost&#8217; (using password: YES)
That&#8217;s because debian has a mysql account for switching on/off and checking mysql status, and mysql password for that user &#8220;debian-sys-maint&#8221; should be the same stored in /etc/mysql/debian.cnf
Using [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m doing bing changes in my servers, and moving some mysql data stores (/var/lib/mysql/*) I&#8217;ve found the following errors on debian:</p>
<p><strong>Access denied for user &#8216;debian-sys-maint&#8217;@'localhost&#8217; (using password: YES)</strong></p>
<p>That&#8217;s because debian has a mysql account for switching on/off and checking mysql status, and mysql password for that user &#8220;debian-sys-maint&#8221; should be the same stored in /etc/mysql/debian.cnf</p>
<p>Using your root user ony mysql you can chage the password to make it match this way:</p>
<p>sh# mysql -u root -p</p>
<p>mysql&gt; <strong>GRANT ALL PRIVILEGES ON *.* TO &#8216;debian-sys-maint&#8217;@'localhost&#8217; IDENTIFIED BY &#8216;&lt;&lt;&lt;password&gt;&gt;&gt;&#8217; WITH GRANT OPTION; </strong></p>
<p><strong> </strong><br />
Query OK, 0 rows affected (0.00 sec)</p>
<p class="akst_link"><a href="http://www.ajo.es/?p=47&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_47" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.ajo.es/access-denied-for-user-debian-sys-maintlocalhost-using-password-yes_47/index.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

