lazydubuntu
lazydubuntu copied to clipboard
Database Import (php.ini)
Problem:
Sometimes we have to import a existing database and by the default setting we can not import a big database.
Solution
We need to modify the the upload_max_filesize = 2M to upload_max_filesize = 500M and post_max_size = 10M to post_max_size = 100M.
Resource
Using sed should be a great way to replace this information.