cancel
Showing results for 
Search instead for 
Did you mean: 

Magento Mamp install with 1.9.2 sample data

Magento Mamp install with 1.9.2 sample data

Trying to install Magento 1.9.2.1 along with Magento sample data 1.9.1.0 .tar.bz2 however when I import within MAMP> PHPMyadmin I'm receiving an error:  "You Probabaly tried to upload a file too large. Please refer to documentation for workaround for the limit.' I've researched however not seeing a resolve still. 

 

1 REPLY 1

Re: Magento Mamp install with 1.9.2 sample data

Hi Blake, 

 

You can solve that from several ways.

 

1. change php.ini file  with this option, that should be enougth.

 

; Maximum size of POST data that PHP will accept.
post_max_size = 256M

; Maximum allowed size for uploaded files.
upload_max_filesize = 256M

; Maximum execution time of each script, in seconds
max_execution_time = 600     

; Maximum amount of time each script may spend parsing request data
max_input_time = 600    

; Maximum amount of memory a script may consume (8MB)
memory_limit = 512M      

2. Import the sql file from the command line.

mysql -p... -u... -h... database_name < file.sql 

3. Use Sequel Pro http://www.sequelpro.com/ that works like phpmyadmin and works on Mac's.

 

Problem solved? Click Accept as Solution!
Still stuck? Check out our documentation: http://magento.com/help/documentation