bhappel
May 9th, 2005, 01:49 AM
Hi,
The squirrelcart installation went fine until I tried to import the database tables. I got this error:
Importing database records.....
MySQL Error 1064 encountered on line #20: You have an error in your SQL syntax near '; ' 6
Query was: CREATE TABLE `Address_Form_Settings` ( `record_number` int(11) NOT NULL auto_increment, `Billing_Fields` text NOT NULL, `Required_Billing_Fields` text NOT NULL, `Shipping_Fields` text NOT NULL, `Required_Shipping_Fields` text NOT NULL, `Default_for_Address_Is` tinyint(4) NOT NULL default '0', `Account_Fields` text NOT NULL, `Required_Account_Fields` text NOT NULL, `Countries` text NOT NULL, `First_Country` int(11) NOT NULL default '0', `Default_Country` int(11) NOT NULL default '0', PRIMARY KEY (`record_number`) ) TYPE=MyISAM AUTO_INCREMENT=2 ;
Database import failed.
Can you tell me what the problem is and howto fix it? Can I just run the SQL statements through phpMyAdmin and skip using import_db.php?
Thanks for your help!
The squirrelcart installation went fine until I tried to import the database tables. I got this error:
Importing database records.....
MySQL Error 1064 encountered on line #20: You have an error in your SQL syntax near '; ' 6
Query was: CREATE TABLE `Address_Form_Settings` ( `record_number` int(11) NOT NULL auto_increment, `Billing_Fields` text NOT NULL, `Required_Billing_Fields` text NOT NULL, `Shipping_Fields` text NOT NULL, `Required_Shipping_Fields` text NOT NULL, `Default_for_Address_Is` tinyint(4) NOT NULL default '0', `Account_Fields` text NOT NULL, `Required_Account_Fields` text NOT NULL, `Countries` text NOT NULL, `First_Country` int(11) NOT NULL default '0', `Default_Country` int(11) NOT NULL default '0', PRIMARY KEY (`record_number`) ) TYPE=MyISAM AUTO_INCREMENT=2 ;
Database import failed.
Can you tell me what the problem is and howto fix it? Can I just run the SQL statements through phpMyAdmin and skip using import_db.php?
Thanks for your help!