User Tools

Site Tools


mysql:reset_root_password

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mysql:reset_root_password [2020/04/02 08:13] petermysql:reset_root_password [2020/07/15 09:30] (current) – external edit 127.0.0.1
Line 4: Line 4:
  
   * Stop the mysqld daemon process.   * Stop the mysqld daemon process.
-  * Start the mysqld daemon process with <code>+  * Start the mysqld daemon process<code>
 --skip-grant-tables --skip-grant-tables
-</code> option. +</code> 
-  * Start the mysql client with the <code> +  * Start the mysql client <code> 
-    -u root +-u root 
-</code> option.+</code>
   * Execute the command <code>   * Execute the command <code>
 UPDATE mysql.user SET Password=PASSWORD('password') WHERE User='root'; UPDATE mysql.user SET Password=PASSWORD('password') WHERE User='root';
 </code> </code>
   * Execute the command <code>   * Execute the command <code>
-    FLUSH PRIVILEGES;+FLUSH PRIVILEGES;
 </code> </code>
   * Use mysqladmin to shut down the MySQL daemon: <code>   * Use mysqladmin to shut down the MySQL daemon: <code>
- +mysqladmin shutdown
-    mysqladmin shutdown+
 </code> </code>
-  * Start MySQL server as per normal+  * Start MySQL server as per normal.
  
mysql/reset_root_password.1585815222.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki