How to increase the Database file upload Size?
-
- Posts: 1
- Joined: Mon Mar 02, 2015 6:53 pm
How to increase the Database file upload Size?
Hi ,
I was trying to upload a file in my PHP my admin database , which is aorund 400 Mb size . But every time i tried it says large database file . So i need to upload this file to see how does the server works with high volume of traffic but i don't know how to upload this file now .
Can you please tell me what to do now ?
Thanks
I was trying to upload a file in my PHP my admin database , which is aorund 400 Mb size . But every time i tried it says large database file . So i need to upload this file to see how does the server works with high volume of traffic but i don't know how to upload this file now .
Can you please tell me what to do now ?
Thanks
-
- Posts: 88
- Joined: Thu Mar 06, 2014 7:52 pm
- Contact:
Re: How to increase the Database file upload Size?
Adjust max upload in either your domain vhost and/or php.ini and you might also need to add what's in this thread, only change that value to 400M if absolutely necessary: http://forum.vestacp.com/viewtopic.php?f=14&t=6677SinbadKonick wrote:Hi ,
I was trying to upload a file in my PHP my admin database , which is aorund 400 Mb size . But every time i tried it says large database file . So i need to upload this file to see how does the server works with high volume of traffic but i don't know how to upload this file now .
Can you please tell me what to do now ?
Thanks