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!
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.
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