File is too large for uploading via phpmyadmin
-
- Posts: 8
- Joined: Sat Aug 20, 2016 6:14 am
File is too large for uploading via phpmyadmin
When I try to upload my SQL file via PHPMyAdmin. It gives this error "File is too large for uploading via PHPMyAdmin". I have made changing in my php.ini and increase upload size and execution etc. In spite of it give this error. I am using Ubuntu 14.04.5 LTS x86 for vesta cp.
Re: File is too large for uploading via phpmyadmin
upload SQL file via FTP, then go to SSH and run:
mysql name-of-your-db < /path/to/your/file.sql
mysql name-of-your-db < /path/to/your/file.sql
-
- Support team
- Posts: 1096
- Joined: Sat Sep 06, 2014 9:58 pm
- Contact:
- Os: Debian 8x
- Web: apache + nginx
Re: File is too large for uploading via phpmyadmin
1 - what is the Size of the file you are uploading ?shahidirfan wrote:When I try to upload my SQL file via PHPMyAdmin. It gives this error "File is too large for uploading via PHPMyAdmin". I have made changing in my php.ini and increase upload size and execution etc. In spite of it give this error. I am using Ubuntu 14.04.5 LTS x86 for vesta cp.
2 - What limit did you set in PHP.ini ?
-2a - Did you restart apache after setting limit in PHP.ini ?
Please learn to post right amount of information if you seek help. Always post your operating system, VestaCP Version and your server specs. It helps us alot to give you correct information.