If you have access to a shell on the server a command would be:
mysqldump -u root -pyourpassword dolibarr > dolibarr_backup.sql
where dolibarr is the database name.
2 Likes
If you have access to a shell on the server a command would be:
mysqldump -u root -pyourpassword dolibarr > dolibarr_backup.sql
where dolibarr is the database name.