• 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

mysqldump: No such file or directory

D

DadRover

Guest
I have a problem with mysqldump

I Start a file buckup.php:
#!/usr/bin/php
<?php
system ("/usr/bin/mysqldump -uuser -ppassword -hhost base > fileName.sql" );
?>

and I receive result: " sh:/mysqldump: No such file or directory "

That I should make that all work true?
 
Did someone managed to find a solution?

Hallo,

i'm having exactly the same problem... anyone has a solution for that?

Thanks,

Mitz
 
Back
Top