If you’re like me and you always try to do things yourself, then you have probably tried hosting a website yourself: whether it was for your personal use or otherwise.
And like me, you probably have some sort of database driven website and needed to upload a database only to get an error: file not uplaoded. And the cause of this error, this time let’s assume it was due to the file upload size in PhpMyAdmin (there can be other reasons for this error). So you’re in a bind, your database file is larger than your server will allow. What to do???
The answer, increase the file upload size. It’s really simple to do, providing that you have access to the Apache conf file. I’m also going to assume (and we all know what happens when you assume) that you have installed Ubuntu 14.04 as your web server. Follow these steps to increase your file upload size:
I hope this helps you guys out there in cyber space. So until next time, ttfn ta ta for now.