• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Resolved Could not find the mysqldump utility.

Kingsley

Silver Pleskian
Hello;

I installed MariaDB on my Ubuntu 16 server before installing plesk, however i think some components were not installed as jetpack's Vaultpress is showing the following error.

Check for required commands.

Could not find the mysqldump utility.
Please how do i fix this?
 
Code:
root@helen:~# which mysqldump
/usr/bin/mysqldump
root@helen:~# root@helen:~# which mysqldump
-bash: root@helen:~#: command not found
root@helen:~# /usr/bin/mysqldump
Usage: mysqldump [OPTIONS] database [tables]
OR     mysqldump [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]
OR     mysqldump [OPTIONS] --all-databases [OPTIONS]
For more options, use mysqldump --help

I have it i guess?
 
Back
Top