streamservice
Verified User
Hello,
When I try to create backups (using the Admin Backup/Transfer in the admin level) I get a few errors when there is a database. When the user doesn't have any database it works correctly, but when it has a database I get the error below (via the message system):
I did verify that the information in /usr/local/directadmin/conf/mysql.conf and /usr/local/directadmin/conf/my.cnf is correct (using the login details in these files to test them using mysqldump and mysql).
What could the issue be? If I should test certain things: please mention them so I can test it.
OS: Debian 4.0
DirectAdmin version: 1.34.4
MySQL version: 5.x
If this topic should be somewhere else on the forum, please move it. If DirectAdmin staff needs access to the server to check what the problem is: please mention it or contact me directly so I can give the details.
Some other stats (just because it could be the problem):
For as far as I can see I have RAM enough (database is below 100MB).
6GB disc space should be enough for the backup I think, the user account is below 1GB in size.
Thank in advance for the help.
When I try to create backups (using the Admin Backup/Transfer in the admin level) I get a few errors when there is a database. When the user doesn't have any database it works correctly, but when it has a database I get the error below (via the message system):
Code:
Error while backing up database cca_20
Error while backing up database cca_20: The sql file is 0 bytes in size: /home/admin/admin_backups/cca/backup/cca_20.sql
mysqldump error output: mysqldump: Got error: 1045: Access denied for user 'da_admin'@'localhost' (using password: YES) when trying to connect
I did verify that the information in /usr/local/directadmin/conf/mysql.conf and /usr/local/directadmin/conf/my.cnf is correct (using the login details in these files to test them using mysqldump and mysql).
What could the issue be? If I should test certain things: please mention them so I can test it.
OS: Debian 4.0
DirectAdmin version: 1.34.4
MySQL version: 5.x
If this topic should be somewhere else on the forum, please move it. If DirectAdmin staff needs access to the server to check what the problem is: please mention it or contact me directly so I can give the details.
Some other stats (just because it could be the problem):
Code:
total used free shared buffers cached
Mem: 2048 1475 572 0 80 998
-/+ buffers/cache: 397 1650
Swap: 2047 0 2047
Code:
Filesystem Size Used Avail Use% Mounted on
/dev/xvda1 50G 41G 6,9G 86% /
tmpfs 1,1G 0 1,1G 0% /lib/init/rw
udev 1,1G 36K 1,1G 1% /dev
tmpfs 1,1G 4,0K 1,1G 1% /dev/shm
Thank in advance for the help.