Cannot Upload .sql into phpMyAdmin
Re: Cannot Upload .sql into phpMyAdmin
Hello.
I found the solution.
Changing the permissions with chmod 777 to file /var/lib/phpmyadmin/tmp, it works correctly with phpmyadmin import file.
Greetings.
I found the solution.
Changing the permissions with chmod 777 to file /var/lib/phpmyadmin/tmp, it works correctly with phpmyadmin import file.
Greetings.
Re: Cannot Upload .sql into phpMyAdmin
Yes, that would make sense :) Good find.Kaurer wrote:Hello.
I found the solution.
Changing the permissions with chmod 777 to file /var/lib/phpmyadmin/tmp, it works correctly with phpmyadmin import file.
Greetings.
Re: Cannot Upload .sql into phpMyAdmin
775 is enough
Re: Cannot Upload .sql into phpMyAdmin
Had the same error on a clean install (Debian wheezy) - chmod 775 /var/lib/phpmyadmin/tmp solved it.
Thanks!
Thanks!
Re: Cannot Upload .sql into phpMyAdmin
In the next release this problem will be fixed
Re: Cannot Upload .sql into phpMyAdmin
Can someone confirm that this works in centos?
Re: Cannot Upload .sql into phpMyAdmin
In the CentOS this problem not found
Re: Cannot Upload .sql into phpMyAdmin
Then I am the lucky first lol, having this same issue running centos 6. I tried adjusting the file sizes as posted and still getting the error.
Re: Cannot Upload .sql into phpMyAdmin
After change php.ini, did you restart apache ?
Code: Select all
service httpd restart
Re: Cannot Upload .sql into phpMyAdmin
Yes i restarted apache and even rebooted the server.