How to instal turnkey ebook store?

Discussion in 'Programming' started by humy28, Aug 19, 2009.

  1. #1
    I want to run an ebook store
    But there is something wrong with program

    When i copy the contents of \sql\ansstoretabels.txt into the box called Run
    SQL query/queries on database and click "go" ,but phpmyadmin said :"There are about 822 lines in 1: INSERT INTO `currencies` VALUES (3, 'UK Pound', 'GBP', '?,'','. ',', ','2', 1.00000000,'2006-03 - 13 14:55:39 '); "

    I don't know that's why.....
    By the way, i use GD web hosting.

    Can you tell me how to instal this ebook store?

    Sorry for the poor english
    Thank you!
     
    humy28, Aug 19, 2009 IP
  2. kblessinggr

    kblessinggr Peon

    Messages:
    539
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Normally you don't copy the content of a sql export file into the SQL box on PHPMyAdmin, instead you goto the Import tab and select the file from there.
     
    kblessinggr, Aug 19, 2009 IP
  3. Bohra

    Bohra Prominent Member

    Messages:
    12,573
    Likes Received:
    537
    Best Answers:
    0
    Trophy Points:
    310
    #3
    Yes select the file and import it and change the configs
     
    Bohra, Aug 19, 2009 IP
  4. humy28

    humy28 Peon

    Messages:
    16
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thank you
    I will have a try!
     
    humy28, Aug 19, 2009 IP
  5. humy28

    humy28 Peon

    Messages:
    16
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I have tried
    But it still can run ........

    MYPHPADMIN said:
    Error
    SQL query:

    -- phpMyAdmin SQL Dump -- version 2.9.0.2 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: May 30, 2007 at 12:23 PM -- Server version: 4.1.21 -- PHP Version: 4.4.2 -- -- Database: `kunal_yourspacenow` -- -- -------------------------------------------------------- -- -- Table structure for table `address_book` -- CREATE TABLE `address_book` ( `address_book_id` int(11) NOT NULL auto_increment, `customers_id` int(11) NOT NULL default '0', `entry_gender` char(1) NOT NULL default '', `entry_company` varchar(32) default NULL, `entry_firstname` varchar(32) NOT NULL default '', `entry_lastname` varchar(32) NOT NULL default '', `entry_street_address` varchar(64) NOT NULL default '', `entry_suburb` varchar(32) default NULL, `entry_city` varchar(32) NOT NULL default '', `entry_state` varchar(32) default NULL, `entry_postcode` varchar(10) NOT NULL default '', `entry_country_id` int(11) NOT NULL default '0', `ent[...]

    MySQL said:

    #1050 - Table 'address_book' already exists
     
    humy28, Aug 19, 2009 IP