If anyone is needing this the install.sql file for the database for MySql 5

PHP Code:
# MySql 5 Config 
# Install Easy Populate Configuration v1.2.5.4
INSERT INTO `configuration_groupVALUES (NULL'Easy Populate''Config options for Easy Populate''1''1');

UPDATE `configuration_groupSET sort_order last_insert_id() WHERE configuration_group_id last_insert_id();

INSERT INTO `configurationVALUES (NULL'Uploads Directory''EASYPOPULATE_CONFIG_TEMP_DIR''temp/''Name of directory for your uploads (default: temp/).'last_insert_id(), '0'NULLnow(), NULLNULL),
(
NULL'Upload File Date Format''EASYPOPULATE_CONFIG_FILE_DATE_FORMAT''m-d-y''Choose order of date values that corresponds to your uploads file, usually generated by MS Excel. Raw dates in your uploads file (Eg 2005-09-26 09:00:00) are not affected, and will upload as they are.'last_insert_id(), '1'NULLnow(), NULL'zen_cfg_select_option(array("m-d-y", "d-m-y", "y-m-d"),'),
(
NULL'Default Raw Time''EASYPOPULATE_CONFIG_DEFAULT_RAW_TIME''09:00:00''If no time value stipulated in upload file, use this value. Useful for ensuring specials begin after a specific time of the day (default: 09:00:00)'last_insert_id(), '2'NULLnow(), NULLNULL),
(
NULL'Split File On # Records''EASYPOPULATE_CONFIG_SPLIT_MAX''300''Default number of records for split-file uploads. Used to avoid timeouts on large uploads (default: 300).'last_insert_id(), '3'NULLnow(), NULLNULL),
(
NULL'Maximum Category Depth''EASYPOPULATE_CONFIG_MAX_CATEGORY_LEVELS''7''Maximum depth of categories required for your store. Is the number of category columns in downloaded file (default: 7).'last_insert_id(), '4'NULLnow(), NULLNULL),
(
NULL'Upload/Download Prices Include Tax''EASYPOPULATE_CONFIG_PRICE_INC_TAX''false''Choose to include or exclude tax, depending on how you manage prices outside of Zen Cart.'last_insert_id(), '5'NULLnow(), NULL'zen_cfg_select_option(array("true", "false"),'),
(
NULL'Make Zero Qty Products Inactive''EASYPOPULATE_CONFIG_ZERO_QTY_INACTIVE''false''When uploading, make the status Inactive for products with zero qty (default: false).'last_insert_id(), '6'NULLnow(), NULL'zen_cfg_select_option(array("true", "false"),'),
(
NULL'Smart Tags Replacement of Newlines''EASYPOPULATE_CONFIG_SMART_TAGS''true''Allows your description fields in your uploads file to have carriage returns and/or new-lines converted to HTML line-breaks on uploading, thus preserving some rudimentary formatting (default: true).'last_insert_id(), '7'NULLnow(), NULL'zen_cfg_select_option(array("true", "false"),'),
(
NULL'Advanced Smart Tags''EASYPOPULATE_CONFIG_ADV_SMART_TAGS''false''Allow the use of complex regular expressions to format descriptions, making headings bold, add bullets, etc. Configuration is in ADMIN/easypopulate.php (default: false).'last_insert_id(), '8'NULLnow(), NULL'zen_cfg_select_option(array("true", "false"),'),
(
NULL'Debug Logging''EASYPOPULATE_CONFIG_DEBUG_LOGGING''true''Allow Easy Populate to generate an error log on errors only (default: true)'last_insert_id(), '9'NULLnow(), NULL'zen_cfg_select_option(array("true", "false"),'); 
Enjoy !