Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database Import (php.ini) #23

Open
itsdarrylnorris opened this issue Dec 17, 2014 · 0 comments
Open

Database Import (php.ini) #23

itsdarrylnorris opened this issue Dec 17, 2014 · 0 comments

Comments

@itsdarrylnorris
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant