<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: NAVID MANSURI</title>
    <description>The latest articles on DEV Community by NAVID MANSURI (@navidmansuri5155).</description>
    <link>https://dev.to/navidmansuri5155</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F478521%2Fda7e3dd4-107d-4aca-9fce-eca17874f5bc.jpeg</url>
      <title>DEV Community: NAVID MANSURI</title>
      <link>https://dev.to/navidmansuri5155</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/navidmansuri5155"/>
    <language>en</language>
    <item>
      <title>HOW TO SLOW "(ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)"</title>
      <dc:creator>NAVID MANSURI</dc:creator>
      <pubDate>Wed, 16 Jun 2021 11:45:32 +0000</pubDate>
      <link>https://dev.to/navidmansuri5155/how-to-slow-error-1045-28000-access-denied-for-user-root-localhost-using-password-yes-33cp</link>
      <guid>https://dev.to/navidmansuri5155/how-to-slow-error-1045-28000-access-denied-for-user-root-localhost-using-password-yes-33cp</guid>
      <description>&lt;div class="ltag__link"&gt;
  &lt;a href="/navidmansuri5155" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F478521%2Fda7e3dd4-107d-4aca-9fce-eca17874f5bc.jpeg" alt="navidmansuri5155"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/navidmansuri5155/react-code-development-navid-mansuri-j3m" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;React code... Navid Mansuri&lt;/h2&gt;
      &lt;h3&gt;NAVID MANSURI ・ Oct 11 '20&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#hacktoberfest&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#github&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#javascript&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#html&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


&lt;p&gt;If none of the other answers work for you, and you received this error:&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;

ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)


&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;1 Stop Your Server First&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;

$ sudo service mysql stop


&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;2 Make MySQL service directory.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;

$ sudo mkdir /var/run/mysqld


&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;3 Give MySQL permission to work with the created directory.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;

$ sudo chown mysql: /var/run/mysqld


&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;4 Start MySQL, without permission and network checking.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;

$ sudo mysqld_safe --skip-grant-tables --skip-networking &amp;amp;


&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;5 Log in to your server without any password.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;

$ mysql -u root mysql
or
$ sudo mysql -u root mysql


&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;THANKS 😃 &lt;/p&gt;

</description>
      <category>mysql</category>
      <category>database</category>
      <category>ubuntu</category>
    </item>
    <item>
      <title>Hacktoberfest Project</title>
      <dc:creator>NAVID MANSURI</dc:creator>
      <pubDate>Sun, 11 Oct 2020 09:52:41 +0000</pubDate>
      <link>https://dev.to/navidmansuri5155/hacktoberfest-project-3ip5</link>
      <guid>https://dev.to/navidmansuri5155/hacktoberfest-project-3ip5</guid>
      <description>&lt;p&gt;## What I Learned From Hacktoberfest&lt;br&gt;
 What did you learn that can help others contribute to the project you worked on? What did you learn that can help the users of that project?! &lt;/p&gt;

</description>
      <category>hacktoberfest</category>
    </item>
    <item>
      <title>React code... Navid Mansuri</title>
      <dc:creator>NAVID MANSURI</dc:creator>
      <pubDate>Sun, 11 Oct 2020 09:45:42 +0000</pubDate>
      <link>https://dev.to/navidmansuri5155/react-code-development-navid-mansuri-j3m</link>
      <guid>https://dev.to/navidmansuri5155/react-code-development-navid-mansuri-j3m</guid>
      <description>&lt;p&gt;The quickest way to start learning React is to write React directly in your HTML files. Start by including three scripts, the first two let us write React code in our JavaScripts, and the third, Babel, allows us to write JSX syntax and ES6 in older browsers. You will learn more about JSX in the React JSX chapter.&lt;/p&gt;

</description>
      <category>hacktoberfest</category>
      <category>github</category>
      <category>javascript</category>
      <category>html</category>
    </item>
    <item>
      <title>{react code.development} Navid Mansuri</title>
      <dc:creator>NAVID MANSURI</dc:creator>
      <pubDate>Thu, 01 Oct 2020 04:19:08 +0000</pubDate>
      <link>https://dev.to/navidmansuri5155/react-code-development-navid-mansuri-10j</link>
      <guid>https://dev.to/navidmansuri5155/react-code-development-navid-mansuri-10j</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;code block
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>html</category>
      <category>css</category>
      <category>javascript</category>
      <category>react</category>
    </item>
  </channel>
</rss>
