Error Restoring database

ClayRabbit

Verified User
Joined
Jan 3, 2004
Messages
260
Location
Russia
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)
 
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.
 
Same problem as
sometimes Unable to restore
sometimes - succesful but nothing was restored

Was there any solution?
 
"/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
 
Back
Top