lazydubuntu icon indicating copy to clipboard operation
lazydubuntu copied to clipboard

Database Import (php.ini)

Open itsdarrylnorris opened this issue 9 years ago • 0 comments

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.

itsdarrylnorris avatar Dec 17 '14 16:12 itsdarrylnorris