theo Posted January 16, 2004 Report Share Posted January 16, 2004 Hallo wollte eine neu Kundengruppe anlegen, dann bringt er mir den fehler: 1050 - Table 'personal_offers_by_customers_status_3' already exists create table personal_offers_by_customers_status_3 (price_id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, products_id int NOT NULL, quantity int, personal_offer decimal(15,4)) [XT SQL Error] was mache ich falsch? gru? theo :pst: Link to comment Share on other sites More sharing options...
mzanier Posted January 16, 2004 Report Share Posted January 16, 2004 Originally posted by theo@Jan 16 2004, 10:35 AM Hallo wollte eine neu Kundengruppe anlegen, dann bringt er mir den fehler: 1050 - Table 'personal_offers_by_customers_status_3' already exists create table personal_offers_by_customers_status_3 (price_id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, products_id int NOT NULL, quantity int, personal_offer decimal(15,4)) [XT SQL Error] was mache ich falsch? gru? theo :pst: warscheinlich hast du per hand in der tabelle eine gel?scht, und nun eine neue eingef?gt. Link to comment Share on other sites More sharing options...
theo Posted January 16, 2004 Author Report Share Posted January 16, 2004 und was mache ich jetzt? Link to comment Share on other sites More sharing options...
mzanier Posted January 16, 2004 Report Share Posted January 16, 2004 Originally posted by theo@Jan 16 2004, 11:05 AM und was mache ich jetzt? das was in der fehlermeldung steht: 1050 - Table 'personal_offers_by_customers_status_3' already exists die tabelle existiert bereits, ergo -> tabelle vorher l?schen. rgunds?tzlich empfehle ich aber nichts direkt in der datenbank zu ?ndern, wenn man nicht genau weiss was das f?r effekte hat Link to comment Share on other sites More sharing options...
theo Posted January 16, 2004 Author Report Share Posted January 16, 2004 Hab ich auch leider nicht.Kann ich das nicht anders l?sen w?rde gerne noch 2-3 kundengruppen anlegen Link to comment Share on other sites More sharing options...
Hubi Posted January 16, 2004 Report Share Posted January 16, 2004 Geh einfach per PHPMyAdmin in Deine Datenbank und l?sch die Tabelle 'personal_offers_by_customers_status_3' Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.