Results 1 to 2 of 2

Thread: import only some category rows ?

  1. #1
    Join Date
    Aug 2002
    Location
    Germany
    Posts
    1,180

    Default import only some category rows ?

    ai,

    I have the follow problem:
    I want to every category subcategories with continent -> country = a lot of categories.
    How can I copy these if I built the structure one time ?

    The only way I see is to build it one time, export all these category rows allone, import it again with phpmyadmin and change the cat-ID from 2,3,4,5.... to 6,7,8,9 also with phpmyadmin by hand.

    Now, with which phpmyadmin option should i export and import them ?
    With a dump data 2 to 5 ?
    Structure and data ? Only data ?
    With 'drop table' or complete 'inserts' ?
    And what should I do to get it back in th e right table ?

    Maybe somebody can help, to add all these categories again and again by hand will be a work of months

    Greetings
    Frank

  2. #2
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    Now, with which phpmyadmin option should i export and import them ?
    With a dump data 2 to 5 ?
    Structure and data ? Only data ?
    With 'drop table' or complete 'inserts' ?
    And what should I do to get it back in th e right table ?
    Frank, it may helpful if you know some sql knowledge. If you want to add some partial data, use insert command. Do not play with drop table because it will delete the table and all its data.

    If you want to add your existing data that is in 'dump' mysql, then use query box provided with phpmyadmin. Copy/paste from your data, search line like
    'insert into xxx_table_name_xxx (.....'

    make sure they both table have the same fields.

    You may need sql knowledge. Search in google with keyword 'sql tutorial' ... etc. It will definitely help you much

Similar Threads

  1. Category Import Problem
    By Hart_House in forum v5.x
    Replies: 2
    Last Post: 04-21-2004, 02:48 AM
  2. Category Import Problem
    By bradisco in forum v5.x
    Replies: 17
    Last Post: 12-15-2003, 05:12 AM
  3. category revert
    By aladdin in forum v3.2
    Replies: 4
    Last Post: 12-06-2003, 07:49 PM
  4. Replies: 2
    Last Post: 08-05-2003, 02:16 AM
  5. Category Jump Hack/Mod ??
    By ideavirus in forum v3.2
    Replies: 9
    Last Post: 06-27-2003, 10:11 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
  •