Search found 1 match
- April 3rd, 2023, 12:40 pm
- Forum: JetBackup cPanel
- Topic: SQL database bakup error
- Replies: 2
- Views: 8510
Re: SQL database bakup error
Make sure that you use the correct password for the "root" user in the backup settings file. Log into MySQL from the command line and run the following command to grant the user "root" rights: GRANT ALL PRIVILEGES ON . TO 'root'@'localhost' IDENTIFIED BY 'password' WITH GRANT OPTION; The 'password ...