Guest Posted February 11, 2007 Posted February 11, 2007 I am trying to import a sql database and I keep getting this error: #1050 - Table 'address_book' already exists Can someone help?
natewlew Posted February 11, 2007 Posted February 11, 2007 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!
ladym Posted February 11, 2007 Posted February 11, 2007 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`;
Recommended Posts
Archived
This topic is now archived and is closed to further replies.