Forum Moderators: coopster
Now I think I know what causes the problem, but I'm still missing out on how I can solve this problem.
My apache webserver is a vserver, so is my mysql database. So when I login to my www-vserver, the mysqldump command does not work.
Of course, when I'm logged in on my www-vserver, I can't enter my sql-vserver, whitout leaving the www-vserver...
Does this mean I can't issue a mysqldump command through a php script, like shell_exec("mysqldump ..."), because the webserver is 'trapped' inside a vserver?