• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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