<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[mysql: ERROR 1524 (HY000): Plugin &#x27;mysql-native-password&#x27; is not loaded]]></title><description><![CDATA[<p dir="auto">ERROR 1524 (HY000): Plugin 'mysql_native_(Password)' is not loaded</p>
<p dir="auto">I wasn't prompted to set a root password during the installation and so whenever I tried to use mysql via the mysql -u root -p command. I got this error =&gt; Access denied for user 'root'@'localhost'.</p>
<p dir="auto">So I searched stack overflow and found an answer that involved setting the authentication plugin to mysql_native_password. the query looked something like this...</p>
<p dir="auto">UPDATE user SET plugin="mysql_native_password";<br />
However, for some reason I typed the command manually instead of copying it and I seem to have written mysql-native-password instead of mysql_native_password (stupid me!!!)</p>
<p dir="auto">now I tried to access the mysql shell in various ways but I always get the following error!</p>
<p dir="auto">ERROR 1524 (HY000): Plugin 'mysql-native-password' is not loaded</p>
<p dir="auto">Tried with safe mode : sudo mysqld_safe --skip-grant-tables &amp;<br />
also happens to be the same problem ,</p>
<p dir="auto"><img src="/assets/uploads/files/1615093606564-screenshot-2021-03-07-at-1.04.51-pm-resized.png" alt="Screenshot 2021-03-07 at 1.04.51 PM.png" class=" img-responsive img-markdown" /></p>
]]></description><link>https://lankadevelopers.lk/topic/805/mysql-error-1524-hy000-plugin-mysql-native-password-is-not-loaded</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Jul 2026 07:58:29 GMT</lastBuildDate><atom:link href="https://lankadevelopers.lk/topic/805.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 07 Mar 2021 05:06:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to mysql: ERROR 1524 (HY000): Plugin &#x27;mysql-native-password&#x27; is not loaded on Fri, 12 Mar 2021 09:12:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/1616">@kasun-rathnayake</a></p>
<p dir="auto">your welcome</p>
]]></description><link>https://lankadevelopers.lk/post/4391</link><guid isPermaLink="true">https://lankadevelopers.lk/post/4391</guid><dc:creator><![CDATA[root]]></dc:creator><pubDate>Fri, 12 Mar 2021 09:12:56 GMT</pubDate></item><item><title><![CDATA[Reply to mysql: ERROR 1524 (HY000): Plugin &#x27;mysql-native-password&#x27; is not loaded on Fri, 12 Mar 2021 01:58:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/27">@root</a> this worked brother</p>
<p dir="auto">thank you so much</p>
]]></description><link>https://lankadevelopers.lk/post/4390</link><guid isPermaLink="true">https://lankadevelopers.lk/post/4390</guid><dc:creator><![CDATA[Kasun Rathnayake]]></dc:creator><pubDate>Fri, 12 Mar 2021 01:58:38 GMT</pubDate></item><item><title><![CDATA[Reply to mysql: ERROR 1524 (HY000): Plugin &#x27;mysql-native-password&#x27; is not loaded on Thu, 11 Mar 2021 08:49:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/1616">@kasun-rathnayake</a></p>
<pre><code>brew remove mysql

brew cleanup

launchctl unload -w ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist

rm ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist

sudo rm -rf /usr/local/var/mysql
</code></pre>
<p dir="auto">Then install again</p>
<pre><code>brew install mysql
</code></pre>
]]></description><link>https://lankadevelopers.lk/post/4387</link><guid isPermaLink="true">https://lankadevelopers.lk/post/4387</guid><dc:creator><![CDATA[root]]></dc:creator><pubDate>Thu, 11 Mar 2021 08:49:40 GMT</pubDate></item><item><title><![CDATA[Reply to mysql: ERROR 1524 (HY000): Plugin &#x27;mysql-native-password&#x27; is not loaded on Thu, 11 Mar 2021 00:40:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/27">@root</a> yes ,<br />
i tried to remove it and install back but error comes again</p>
<p dir="auto">same error</p>
]]></description><link>https://lankadevelopers.lk/post/4386</link><guid isPermaLink="true">https://lankadevelopers.lk/post/4386</guid><dc:creator><![CDATA[Kasun Rathnayake]]></dc:creator><pubDate>Thu, 11 Mar 2021 00:40:44 GMT</pubDate></item><item><title><![CDATA[Reply to mysql: ERROR 1524 (HY000): Plugin &#x27;mysql-native-password&#x27; is not loaded on Wed, 10 Mar 2021 19:24:05 GMT]]></title><description><![CDATA[<p dir="auto">how did you install mysql ? from brew ?</p>
]]></description><link>https://lankadevelopers.lk/post/4384</link><guid isPermaLink="true">https://lankadevelopers.lk/post/4384</guid><dc:creator><![CDATA[root]]></dc:creator><pubDate>Wed, 10 Mar 2021 19:24:05 GMT</pubDate></item><item><title><![CDATA[Reply to mysql: ERROR 1524 (HY000): Plugin &#x27;mysql-native-password&#x27; is not loaded on Wed, 10 Mar 2021 14:36:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/27">@root</a>  brother on mac ..</p>
<p dir="auto">this is not working when i use this command the above comment comes ...<br />
this error</p>
<pre><code>ERROR 1524 (HY000): Plugin 'mysql-native-password' is not loaded
</code></pre>
]]></description><link>https://lankadevelopers.lk/post/4383</link><guid isPermaLink="true">https://lankadevelopers.lk/post/4383</guid><dc:creator><![CDATA[Kasun Rathnayake]]></dc:creator><pubDate>Wed, 10 Mar 2021 14:36:47 GMT</pubDate></item><item><title><![CDATA[Reply to mysql: ERROR 1524 (HY000): Plugin &#x27;mysql-native-password&#x27; is not loaded on Tue, 09 Mar 2021 13:43:39 GMT]]></title><description><![CDATA[<p dir="auto">is this on linux ?</p>
<p dir="auto">if you in linux .</p>
<pre><code>sudo su -
mysql -uroot
</code></pre>
]]></description><link>https://lankadevelopers.lk/post/4380</link><guid isPermaLink="true">https://lankadevelopers.lk/post/4380</guid><dc:creator><![CDATA[root]]></dc:creator><pubDate>Tue, 09 Mar 2021 13:43:39 GMT</pubDate></item></channel></rss>