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:14] petermysql:reset_root_password [2020/07/15 09:30] (current) – external edit 127.0.0.1
Line 6: Line 6:
   * Start the mysqld daemon process: <code>   * Start the mysqld daemon process: <code>
 --skip-grant-tables --skip-grant-tables
-</code> option.+</code>
   * Start the mysql client <code>   * Start the mysql client <code>
 -u root -u root
-</code>.+</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';
mysql/reset_root_password.1585815282.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki