I want to create a backup from a database, but I get only a blank file.
include(\'config.php\'); $command = \"mysqldump --opt -h \".$_host.\" -u \".$_user.\
These are the parameters
-uROOT -pPASSWORD --databases DB --result-file=FILE.SQL