PDA

View Full Version : Error Restoring database



ClayRabbit
08-01-2004, 02:11 PM
It's seems our customers unable to upload gzipped database dumps into DirectAdmin on 2 our FreeBSD-4.10 servers (but it's OK on RedHat servers)

After upload we are receiveing error message like that:

===
Error Restoring database

Details

Unable to restore database stats_test : cannot open /home/tmp/rusmenin_men.gz0wcupC: permission denied ERROR 1045: Access denied for user: 'stats@localhost' (Using password: YES)
===

What's wrong?

(Access permissions on /home/tmp just the same as on RedHat servers - 041777)

ClayRabbit
08-05-2004, 11:00 AM
Can i get any help about that?

jmstacey
08-05-2004, 11:06 PM
I am also unable to restore databases on this OS although I don't get an error message. It says the restore was succesful but nothing was restored. It works restoring the database .gz through phpmyadmin though so at least that works.

rushost
11-10-2004, 06:49 AM
Same problem as
sometimes Unable to restore
sometimes - succesful but nothing was restored

Was there any solution?

Chrysalis
11-10-2004, 07:13 AM
"/home/tmp/"

try adding a symlink to /tmp from /home/tmp and see if this fixes the issue, on freebsd there is no /home/tmp dir.

ln -s /tmp /home/tmp

rushost
11-10-2004, 12:31 PM
not fixed :(