Mobile app version of vmapp.org
Login or Join
Bryan171

: PhpMyAdmin can't find tmp directory I have a site hosted with BlueHost. I need to upload a rather large SQL file to the tmp directory so I can run an import. However, phpMyAdmin is giving

@Bryan171

Posted in: #Apache #Database #Phpmyadmin

I have a site hosted with BlueHost. I need to upload a rather large SQL file to the tmp directory so I can run an import.

However, phpMyAdmin is giving me the following error:


The directory you set for upload work cannot be reached


It's trying to reach the directory /home/site_name/tmp when the "site_name" directory doesn't exist. The actual path should just be /home/site/tmp.

How can I fix this?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Bryan171

1 Comments

Sorted by latest first Latest Oldest Best

 

@Connie744

If you use their shared hosting plan, you should check if the path of phpMyAdmin is on same location of the folder you set with the file.

Make sure to check the permissions of that folder and if it's not have conflict since tmp folder can be used by another script or software that run on the server.

If it still not work for you, I would suggest to contact with BlueHost.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme