Hi Zenners,
I have just updated to version 1.3.7 from the previous version because of password issues. I have backed up my database onto my pc (example_text.sql 1.36Kb).
I can not get it to upload to my new site. Here is my procedures (I am a bit sql ileterate!)
In phpMyAdmin on my hosts server (cpanel),
- File to import (browse to example_text.sql)
- Character set - utf8 (??)
Partial import
Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.
Number of records(queries) to skip from start
Format of imported file SQL
SQL optionsSQL compatibility modeNONEANSIDB2MAXDBMYSQL323MYSQL40MSSQLORACLEPOSTGRESQLTRADITIONAL
![]()
Now select GO........
Then this error after a short time.....
Error
SQL query:
-- phpMyAdmin SQL Dump
-- version 2.9.0.2
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jan 20, 2007 at 07:38 PM
-- Server version: 5.0.27
-- PHP Version: 4.4.2
--
-- Database: `example_text`
--
-- --------------------------------------------------------
--
-- 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_postcode` varchar( 10 ) NOT NULL default '',
`entry_city` varchar( 32 ) NOT NULL default '',
`entry_state` varchar( 32 ) default NULL ,
`entry_country_id` int( 11 ) NOT NULL default '0',
`entry_zone_id` int( 11 ) NOT NULL default '0',
PRIMARY KEY ( `address_book_id` ) ,
KEY `idx_address_book_customers_id_zen` ( `customers_id` )
) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =8;
MySQL said:![]()
#1050 - Table 'address_book' already exists
???????????????????????????????????????????????????????????
Thats where I am at. But I am really trying to get all my products and their pictures back. Does all this sit in the database backup I did? If it only has things such as emails and address I will not worry about it and reenter all my products again.
Please note example_text is a made up name.
Thanks
Jamie![]()




