Reseller backup wont backup database

X-Hosted

Verified User
Joined
Aug 7, 2006
Messages
42
Location
Netherlands / Noord-Brabant / Roosendaal
Hi,

I just wanted to create a reseller backup and got the following error message:

Error while backing up database aboeharie_aziz
Error while backing up database aboeharie_ham
Error while backing up database aboeharie_mp3
Error while backing up database aboeharie_nuke

Error Compressing the backup file /home/tmp/admin/aboeharie/backup/home.tar.gz :


This is also happening on user level.

I did some things to secuire my server, like: mount tmp with noexec, chmod 700 wget and chmodded some other things I don’t know wich exactly.


What can it be?

Regards,
X-Hosted


---
Update:

/usr/local/mysql/bin/mysqldump -uda_admin -p***** --host=localhost --add-drop-table --all --extended-insert --quick --quote-names --no-create-db admin_hoho > hoho.sql
-bash: /usr/local/mysql/bin/mysqldump: No such file or directory

If i go to /usr/local/mysql/bin/ and LS i see a file called mysql dump, its red with white letters

Seems like mysqldump doesnt exist anymore or the simlink is broken, any1 know how to fix it?
 
Looked at my logs:

2006:08:12-15:22:02: Execl error on /usr/bin/mysqldump -uda_admin -p'*****' --host=localhost --add-drop-table --all --extended-insert --quick --quote-names --no-create-db admin_hoho > /home/admin/user_backups/admin/backup/admin_hoho.sql

2006:08:12-15:22:04: Execl error on /bin/tar czfp /home/admin/user_backups/admin/backup/home.tar.gz -C /home/admin/ .bash_history .bash_logout .bash_profile .bashrc .spamassassin index.html public_html skins

Any1?
 
Back
Top