Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

KB ID: 10002

Product: vProtect

Version: 3.8.0 +

Published: 2020-02-04

Last modified: 2020-02-04

Problem

User forgott forgot MariaDB root password set in server initialization job, and can't run vProtect database backup.

Solution

Reset root password in MariaDB.

...

Panel
bgColor#fff
titlemysqld_safe --skip-grant-tables --skip-networking &
[root@vProtect01 ~]# mysqld_safe --skip-grant-tables --skip-networking &


Now you can login to MariaDB, and reset password.

Panel
bgColor#fff
titlemysql -u root

[root@vProtect01 ~]# mysql -u root

use mysql;

update user set password=PASSWORD("new-password-to-MariaDB") where User='root';

flush privileges;

exit


Restart MariaDB, and run vprotect-server

...

Panel
bgColor#fff
titlemysql -u root -pnew-password-to-MariaDB

[root@vProtect01 ~]# mysql -u root -pnew-password-to-MariaDB

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@aba
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ( "vprotect" , "mariadb" ) and type = "page" and space = "VP"
labelsvProtect MariaDB

...

Page Properties
hiddentrue


Related issues