Importing database
Posted by: munston22 (---.range81-154.btcentralplus.com)
Date: April 09, 2007 09:10PM

Hi everyone

I am trying to import an OSCommerce SQL product database and as it is currently nearly 4Mb in size, I cannot import it into WAMP in order to make a new site with the same products.

Is there any way to overcome this problem?

Thanks in advance

Options: ReplyQuote
Re: Importing database
Posted by: CyberSpatium (71.237.217.---)
Date: April 09, 2007 09:36PM

yeah, you will need to change the upload_max_filesize setting in your php.ini file. it is currenty set at 2Mb so you need to change it to atleat 5Mb to handle your database import.

start wamp -> left click on the wamp tray icon menu -> config files -> php.ini

find:
upload_max_filesize = 2M

change to
upload_max_filesize = 5M

save the file and restart apache for the new setting to take effect.



CyberSpatium
----------------------
WAMP English Forum Admin

Need help? Check out my WAMP User Manual/Guide here!


Please visit my latest website Clarify Loans:
clarifyloans.com

Options: ReplyQuote


Sorry, only registered users may post in this forum.