Cannot Upload .sql into phpMyAdmin
Re: Cannot Upload .sql into phpMyAdmin
What error?protocore wrote:Still got a problem, I've changed the php.ini but error still comes up
anyway of expanding the upload limit in sql
Re: Cannot Upload .sql into phpMyAdmin
same problem on debian, tried setting chmod 777 but didnt work. any idea?
Re: Cannot Upload .sql into phpMyAdmin
Today i got same problem like us, my os is CentOS 6.5 with VestaCP
Version:0.9.8 (x86_64)
Release:15
I pay to use chroot ftp, it worked very well but this problem is terrible. Edit /etc/php.ini, increase upload_max_filesize, post_max_size, reboot server and CAN NOT UPLOAD DATABASE.SQL FILE.
// SOLVED, System block my IP, i'm sorry VestaCP team.
Version:0.9.8 (x86_64)
Release:15
I pay to use chroot ftp, it worked very well but this problem is terrible. Edit /etc/php.ini, increase upload_max_filesize, post_max_size, reboot server and CAN NOT UPLOAD DATABASE.SQL FILE.
// SOLVED, System block my IP, i'm sorry VestaCP team.
Re: Cannot Upload .sql into phpMyAdmin
How can I do this on my mac? Should I open the terminal? connect to my root@ip and what commands should I type?skid wrote:Most probably dump size exceed default php limits. Try to increase post_max_size and upload_max_filesize values. I guess 64M should be enough.
Open /etc/php5/apache2/php.ini and setThen restart the apache.Code: Select all
post_max_size = 64M upload_max_filesize = 64M
If you are using CentOS or RHEL, then the php.in location is /etc/php.iniCode: Select all
apachectl restart
Re: Cannot Upload .sql into phpMyAdmin
ssh root@iptamez11 wrote: How can I do this on my mac? Should I open the terminal? connect to my root@ip and what commands should I type?
nano path-to-config
service apache2 restart
Re: Cannot Upload .sql into phpMyAdmin
on debian worked for me and expand resoruces as bescribed.
Actually I had some problem with nano, so I used F4 in MidnightCommander (then F2 for save and F10 for quit).
Code: Select all
nano /etc/php.ini
Actually I had some problem with nano, so I used F4 in MidnightCommander (then F2 for save and F10 for quit).
-
- Posts: 21
- Joined: Wed Jan 03, 2018 5:57 pm
- Os: Debian 9x
- Web: apache + nginx
Re: Cannot Upload .sql into phpMyAdmin
Hi,
I have this problem and I've done everything mentioned above...
Could you please help me?
I have this problem and I've done everything mentioned above...
Could you please help me?
Re: Cannot Upload .sql into phpMyAdmin
Use console for import: https://stackoverflow.com/a/17666279cyclone200 wrote: ↑Mon Dec 03, 2018 1:49 pmHi,
I have this problem and I've done everything mentioned above...
Could you please help me?
-
- Posts: 21
- Joined: Wed Jan 03, 2018 5:57 pm
- Os: Debian 9x
- Web: apache + nginx
Re: Cannot Upload .sql into phpMyAdmin
Thank you but this is not a solution...grayfolk wrote: ↑Mon Dec 03, 2018 4:08 pmUse console for import: https://stackoverflow.com/a/17666279cyclone200 wrote: ↑Mon Dec 03, 2018 1:49 pmHi,
I have this problem and I've done everything mentioned above...
Could you please help me?