Hi guys,
I'm following directions using this article:
http://www.zen-cart.com/wiki/index.p...Switch_Servers

When I try importing my data (data exported from my "old" domain, last step in step 5), I get the following error. Please advise. Thanks.

Error
SQL query:

--
-- Dumping data for table `address_book`
--
INSERT INTO `address_book` ( `address_book_id` , `customers_id` , `entry_gender` , `entry_company` , `entry_firstname` , `entry_lastname` , `entry_street_address` , `entry_suburb` , `entry_postcode` , `entry_city` , `entry_state` , `entry_country_id` , `entry_zone_id` )
VALUES (

'1', '1', 'm', , 'John', 'Doe', 0x3131312054657374204c616e65, '', '31000', 'Nowhere', '', '223', 19
);



MySQL said:

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 'John', 'Doe', 0x3131312054657374204c616e65, '', '31000', 'Nowhere', '', '223',' at line 2