Comment to Database backup failure
-
Hello @MuhammeT !
If you have the SSH access you may run the following command:
mysqldump -u [username] -p [database_name] > [backup_file.sql]. You'll be prompted for the password associated with the provided username.