Aldığım hata kodu:
Hata
SQL sorgusu:
-- Tablo için tablo yapısı `wp_commentmeta` CREATE TABLE IF NOT EXISTS `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `comment_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1111 ; MySQL çıktısı: Belgeler #1075 - Incorrect table definition; there can be only one auto column and it must be defined as a key
