<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Connect to MySQL Without Root Password on Terminal	</title>
	<atom:link href="https://www.tecmint.com/connect-to-mysql-without-root-password/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/connect-to-mysql-without-root-password/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 13 Jul 2020 05:29:30 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/connect-to-mysql-without-root-password/comment-page-1/#comment-1344236</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Mon, 13 Jul 2020 05:29:30 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26622#comment-1344236</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/connect-to-mysql-without-root-password/comment-page-1/#comment-1344186&quot;&gt;Myname&lt;/a&gt;.

@Myname

Thanks for sharing, we will verify this.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/connect-to-mysql-without-root-password/comment-page-1/#comment-1344186">Myname</a>.</p>
<p>@Myname</p>
<p>Thanks for sharing, we will verify this.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Myname		</title>
		<link>https://www.tecmint.com/connect-to-mysql-without-root-password/comment-page-1/#comment-1344186</link>

		<dc:creator><![CDATA[Myname]]></dc:creator>
		<pubDate>Sun, 12 Jul 2020 23:57:24 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26622#comment-1344186</guid>

					<description><![CDATA[It didn&#039;t work. I had created the user from cPanel in shared hosting. It did work with:
&lt;pre&gt;
[client]
user=mysqluser
password=mysqluser-password
&lt;/pre&gt;
as my &lt;code&gt;my.cnf&lt;/code&gt; file.]]></description>
			<content:encoded><![CDATA[<p>It didn&#8217;t work. I had created the user from cPanel in shared hosting. It did work with:</p>
<pre>
[client]
user=mysqluser
password=mysqluser-password
</pre>
<p>as my <code>my.cnf</code> file.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Max		</title>
		<link>https://www.tecmint.com/connect-to-mysql-without-root-password/comment-page-1/#comment-1268653</link>

		<dc:creator><![CDATA[Max]]></dc:creator>
		<pubDate>Mon, 14 Oct 2019 12:58:06 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26622#comment-1268653</guid>

					<description><![CDATA[Hi

Sorry, I&#039;m here again

I am getting below error when trying to connect to MySQL.

&lt;strong&gt;ERROR 1045 (28000): Access denied for user &#039;root&#039;@&#039;localhost&#039; (using password: NO)  or ... YES)&lt;/strong&gt;

&lt;code&gt;mysqld_safe --skip-grant-tables&lt;/code&gt; does it works? the procedure as above was going normally, no remarks!

What about the file &lt;strong&gt;/etc/mysql/.my.cnf&lt;/strong&gt;? and the command &lt;code&gt;chmod 0600 .my.cnf&lt;/code&gt;?

(Mysql 10.3 / RPI 4 Mod B Buster)

thank you for your help

Max]]></description>
			<content:encoded><![CDATA[<p>Hi</p>
<p>Sorry, I&#8217;m here again</p>
<p>I am getting below error when trying to connect to MySQL.</p>
<p><strong>ERROR 1045 (28000): Access denied for user &#8216;root&#8217;@&#8217;localhost&#8217; (using password: NO)  or &#8230; YES)</strong></p>
<p><code>mysqld_safe --skip-grant-tables</code> does it works? the procedure as above was going normally, no remarks!</p>
<p>What about the file <strong>/etc/mysql/.my.cnf</strong>? and the command <code>chmod 0600 .my.cnf</code>?</p>
<p>(Mysql 10.3 / RPI 4 Mod B Buster)</p>
<p>thank you for your help</p>
<p>Max</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Syafiq		</title>
		<link>https://www.tecmint.com/connect-to-mysql-without-root-password/comment-page-1/#comment-1209113</link>

		<dc:creator><![CDATA[Syafiq]]></dc:creator>
		<pubDate>Tue, 23 Jul 2019 03:00:17 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26622#comment-1209113</guid>

					<description><![CDATA[Thank you, you helped me]]></description>
			<content:encoded><![CDATA[<p>Thank you, you helped me</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/connect-to-mysql-without-root-password/comment-page-1/#comment-907579</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Mon, 21 Aug 2017 18:04:03 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26622#comment-907579</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/connect-to-mysql-without-root-password/comment-page-1/#comment-906570&quot;&gt;sedlav&lt;/a&gt;.

@sedlav 

Okay, we will cross-check this and perhaps update the article. Many thanks for the feedback.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/connect-to-mysql-without-root-password/comment-page-1/#comment-906570">sedlav</a>.</p>
<p>@sedlav </p>
<p>Okay, we will cross-check this and perhaps update the article. Many thanks for the feedback.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
