Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 1 match
- Sun Dec 04, 2016 7:54 am
- Forum: Database Server
- Topic: Cannot Upload .sql into phpMyAdmin
- Replies: 39
- Views: 84643
Re: Cannot Upload .sql into phpMyAdmin
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 set
post_max_size = 64M
upload_max_filesize = 64M
Then restart the apache.
apachectl restart
If you are using ...
Open /etc/php5/apache2/php.ini and set
post_max_size = 64M
upload_max_filesize = 64M
Then restart the apache.
apachectl restart
If you are using ...