bir kez kurdum sildim ve bir daha kurdum ama bu hatayı aldım
Notice: Error: Table 'oc_product_profile' already exists
Error No: 1050
CREATE TABLE `oc_product_profile` ( `product_id` int(11) NOT NULL, `profile_id` int(11) NOT NULL, `customer_group_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`profile_id`,`customer_group_id`) ) ENGINE=MyISAM COLLATE=utf8_general_ci; in /home3/ehzacom/public_html/erzurumoltutasi.com/upload/system/database/mysql.php on line 50
Hatayı nasıl çözerim
2
●908