Magento Pre-Installation Activities

The pre-installation activities for the Magento application are similar to those demonstrated for the Zen Cart application. You must download the application package and unzip it in the same manner. You must also create a database for the application before running the installation scripts.

Magento requires that you turn on InnoDB Storage Engine support in the MySQL database. With the release of version 1.2.1 Magento added InnoDB checks to the installer, and the installation will fail if this support is not enabled.

To enable this support go the C:\xampp\mysql\bin directory and open the "my.cnf" file in a text editor and change the following lines so that the InnoDB support is activated. You will also need to stop and restart the MySQL database for these changes to take affect.

# Comment the following if you are using InnoDB tables
# skip-innodb
innodb_data_home_dir = "C:/xampp/mysql/"
innodb_data_file_path = ibdata1:10M:autoextend
innodb_log_group_home_dir = "C:/xampp/mysql/"
innodb_log_arch_dir = "C:/xampp/mysql/"
## You can set .._buffer_pool_size up to 50 - 80 %
## of RAM but beware of setting memory usage too high
innodb_buffer_pool_size = 16M
innodb_additional_mem_pool_size = 2M
## Set .._log_file_size to 25 % of buffer pool size
innodb_log_file_size = 5M
innodb_log_buffer_size = 8M
innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout = 50

CLICK HERE to view the Zen Cart pre-installation video
Grow with Magento

iPic is proud and happy to announce the pre-release of "Grow with Magento™ - The Unofficial Magento Users Guide". After months in development, we are finally able to offer this guide to installing, configuring, and using the Magento ecommerce solution. While not yet complete, this version offers more than enough information to get users started with the latest release (version 1.3.1) of the Magento software. Those who purchase now will receive free updates up to and including the final first release. For more information click the iPic Store link. Read the Introduction.

Copyright © 2008 iPic Development Group, LLC
Updated Tuesday, May 26, 2009