Hi,
I have lost the root password for my Percona XtraDB 8 cluster, is there a way to recover?
Cheers
Mike
Hi,
I have lost the root password for my Percona XtraDB 8 cluster, is there a way to recover?
Cheers
Mike
Shut down one of the nodes, add this to the [mysqld] section of my.cnf: skip-grant-tables
, start the node back up. Immediately log in as root without a password and run SET PASSWORD = 'mynewpass'
, log out, shutdown mysql, remove the skip, start mysql back up.
Unanswered | Unsolved | Solved
MySQL, InnoDB, MariaDB and MongoDB are trademarks of their respective owners.
Copyright © 2006 - 2024 Percona LLC. All rights reserved.