Page 2 of 4

Re: Cannot Upload .sql into phpMyAdmin

Posted: Sat Dec 28, 2013 11:21 am
by Kaurer
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

Posted: Sun Dec 29, 2013 9:24 am
by grainga
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.
Yes, that would make sense :) Good find.

Re: Cannot Upload .sql into phpMyAdmin

Posted: Fri Jan 17, 2014 10:43 pm
by rix_lv
775 is enough

Re: Cannot Upload .sql into phpMyAdmin

Posted: Tue Mar 18, 2014 7:14 pm
by c0urier
Had the same error on a clean install (Debian wheezy) - chmod 775 /var/lib/phpmyadmin/tmp solved it.

Thanks!

Re: Cannot Upload .sql into phpMyAdmin

Posted: Wed Mar 19, 2014 10:26 am
by imperio
In the next release this problem will be fixed

Re: Cannot Upload .sql into phpMyAdmin

Posted: Sat Apr 19, 2014 10:03 pm
by Allan
Can someone confirm that this works in centos?

Re: Cannot Upload .sql into phpMyAdmin

Posted: Sat Apr 19, 2014 10:06 pm
by imperio
In the CentOS this problem not found

Re: Cannot Upload .sql into phpMyAdmin

Posted: Sat Apr 19, 2014 10:09 pm
by Allan
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

Posted: Sat Apr 19, 2014 10:12 pm
by imperio
After change php.ini, did you restart apache ?

Code: Select all

service httpd restart

Re: Cannot Upload .sql into phpMyAdmin

Posted: Sat Apr 19, 2014 10:14 pm
by Allan
Yes i restarted apache and even rebooted the server.