Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

1050 error


Guest

Recommended Posts

Posted

I am trying to import a sql database and I keep getting this error:

 

#1050 - Table 'address_book' already exists

 

Can someone help?

Posted

Try importing the sql into an empty database.

Other great Open Source (Free) programs: (Free as in free speech not free beer)

The Gimp - An image program. | Firefox - All you have to do is add the Web Developer add-on to make this web browser complete. | FileZilla - An ftp program. | Inkscape - A good program to create images with. | Thunderbird - An email program. | Openoffice.org - An office suite that is compatible with MS Office. | Abiword - Another office suite. | Audacity - A sound recording tool. | ddp's Picks | Wordpress - An easy to use blogging software. | Joomla - An easy to use CMS that has ecommerce plug-ins. | Drupal - Another CMS

How do I find these programs? Google Search!

Posted

or add "DROP TABLE" in front of each table you want to update

in your case it would be

 

DROP TABLE IF EXISTS `address_book`;

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...