Results 1 to 2 of 2

Hybrid View

  1. #1

    Default Changing Table Prefix's

    I bought a mod to send a data feed to yahoo product submit. It comes with an sql patch that says:

    Review file `zencart_yahoo_export.sql`included into this release: you may have to change prefix for store tables.
    Then execute those SQL instrutions (you can use such tool like phpMyAdmin to do this).

    Being an ignoramus i'm not sure what this is telling me to do. Here is part of the first entry of the sql patch:

    /* YAHOO SQL */ INSERT INTO zen_configuration( configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function )
    VALUES (
    NULL , 'Export Delimeter', 'M1_YAHOO_EXPORT_DELIMITER', 'tab', 'Export Delimeter', 6, 1, NULL , '0000-00-00 00:00:00', NULL , NULL
    );

    Am I correct in thinking that zen_configuration is the table header? I see no table named that in PhpMyAdmin. Should I create a table for this?

    Any thoughts would be appreciated.

    Thanks,

    Jason

  2. #2
    Join Date
    May 2006
    Location
    Texas
    Posts
    565
    Plugin Contributions
    4

    Default Re: Changing Table Prefix's

    If you didn't use custom prefixes.. you should be OK. The file already seems to have the default prefixes on it (zen_)

    If you used custom prefixes.. then you would put PREFIX_configuration instead of zen_configuration.. that should work then

 

 

Similar Threads

  1. v154 Table Prefix
    By jolliejollie in forum Installing on a Windows Server
    Replies: 3
    Last Post: 27 Apr 2015, 01:52 AM
  2. Modify table prefix
    By thinknirmal in forum General Questions
    Replies: 3
    Last Post: 30 Apr 2008, 09:52 AM
  3. Table Prefix question
    By High Octane in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 24 Jan 2007, 03:15 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg