Increasing the size of import database in mysql
Posted: Thu Sep 16, 2010 12:29 pm
Hello everyone
I want to ask you guys, that how can i configure my WAMP or php so that my phpmyadmin can support the import of larger files.
Right now by default it is able to import only upto (Max: 2,048 KiB) of backup file.
1) I want to increase this size.
2) I found something like this on the internet
post_max_size = 8M
upload_max_filesize = 2M
max_execution_time = 30
max_input_time = 60
memory_limit = 8M
What does all this mean and how can i increase or decrease it.
I want to ask you guys, that how can i configure my WAMP or php so that my phpmyadmin can support the import of larger files.
Right now by default it is able to import only upto (Max: 2,048 KiB) of backup file.
1) I want to increase this size.
2) I found something like this on the internet
post_max_size = 8M
upload_max_filesize = 2M
max_execution_time = 30
max_input_time = 60
memory_limit = 8M
What does all this mean and how can i increase or decrease it.