Merci

Finished

Le paiement est terminé

Félicitations, votre paiement est terminé !

startedConnected successfully
Repairing table KcSZwactionscheduler_actions...
Repairing table KcSZwactionscheduler_claims...
Repairing table KcSZwactionscheduler_groups...
Repairing table KcSZwactionscheduler_logs...
Repairing table KcSZwbwg_album...
Repairing table KcSZwbwg_album_gallery...
Repairing table KcSZwbwg_file_paths...
Repairing table KcSZwbwg_gallery...
Repairing table KcSZwbwg_image...
Repairing table KcSZwbwg_image_comment...
Repairing table KcSZwbwg_image_rate...
Repairing table KcSZwbwg_image_tag...
Repairing table KcSZwbwg_shortcode...
Repairing table KcSZwbwg_theme...
Repairing table KcSZwcommentmeta...
Repairing table KcSZwcomments...
Repairing table KcSZwlinks...
Repairing table KcSZwoptions...
Repairing table KcSZwpostmeta...
Repairing table KcSZwposts...
Repairing table KcSZwsib_model_forms...
Repairing table KcSZwsib_model_users...
Repairing table KcSZwsnippets...
Repairing table KcSZwterm_relationships...
Repairing table KcSZwterm_taxonomy...
Repairing table KcSZwtermmeta...
Repairing table KcSZwterms...
Repairing table KcSZwtm_taskmeta...
Repairing table KcSZwtm_tasks...
Repairing table KcSZwusermeta...
Repairing table KcSZwusers...
Repairing table KcSZwwfblockediplog...
Repairing table KcSZwwfblocks7...
Repairing table KcSZwwfconfig...
Repairing table KcSZwwfcrawlers...
Repairing table KcSZwwffilechanges...
Repairing table KcSZwwffilemods...
Repairing table KcSZwwfhits...
Repairing table KcSZwwfhoover...
Repairing table KcSZwwfissues...
Repairing table KcSZwwfknownfilelist...
Repairing table KcSZwwflivetraffichuman...
Repairing table KcSZwwflocs...
Repairing table KcSZwwflogins...
Repairing table KcSZwwfls_2fa_secrets...
Repairing table KcSZwwfls_role_counts...
Repairing table KcSZwwfls_settings...
Repairing table KcSZwwfnotifications...
Repairing table KcSZwwfpendingissues...
Repairing table KcSZwwfreversecache...
Repairing table KcSZwwfsecurityevents...
Repairing table KcSZwwfsnipcache...
Repairing table KcSZwwfstatus...
Repairing table KcSZwwftrafficrates...
Repairing table KcSZwwfwaffailures...
Repairing table KcSZwwpforms_tasks_meta...
Repairing table KcSZwwpuf_subscribers...
Repairing table KcSZwwpuf_transaction...
Repairing table KcSZwyoast_indexable...
Repairing table KcSZwyoast_indexable_hierarchy...
Repairing table KcSZwyoast_migrations...
Repairing table KcSZwyoast_primary_term...
Repairing table KcSZwyoast_seo_links...
Repairing table KcSZwactionscheduler_actions...
No primary key found for table KcSZwactionscheduler_actions.
Repairing table KcSZwactionscheduler_claims...
No primary key found for table KcSZwactionscheduler_claims.
Repairing table KcSZwactionscheduler_groups...
No primary key found for table KcSZwactionscheduler_groups.
Repairing table KcSZwactionscheduler_logs...
No primary key found for table KcSZwactionscheduler_logs.
Repairing table KcSZwbwg_album...
No primary key found for table KcSZwbwg_album.
Repairing table KcSZwbwg_album_gallery...
No primary key found for table KcSZwbwg_album_gallery.
Repairing table KcSZwbwg_file_paths...
No primary key found for table KcSZwbwg_file_paths.
Repairing table KcSZwbwg_gallery...
No primary key found for table KcSZwbwg_gallery.
Repairing table KcSZwbwg_image...
No primary key found for table KcSZwbwg_image.
Repairing table KcSZwbwg_image_comment...
No primary key found for table KcSZwbwg_image_comment.
Repairing table KcSZwbwg_image_rate...
No primary key found for table KcSZwbwg_image_rate.
Repairing table KcSZwbwg_image_tag...
No primary key found for table KcSZwbwg_image_tag.
Repairing table KcSZwbwg_shortcode...
No primary key found for table KcSZwbwg_shortcode.
Repairing table KcSZwbwg_theme...
No primary key found for table KcSZwbwg_theme.
Repairing table KcSZwcommentmeta...
Primary key is meta_id
select (ifnull( max(meta_id), 0)+1) as next_id from KcSZwcommentmeta
update KcSZwcommentmeta set meta_id = 1 where meta_id = 0
alter table KcSZwcommentmeta modify column meta_id bigint(20) unsigned auto_increment
Repairing table KcSZwcomments...
Primary key is comment_ID
select (ifnull( max(comment_ID), 0)+1) as next_id from KcSZwcomments
update KcSZwcomments set comment_ID = 571 where comment_ID = 0
alter table KcSZwcomments modify column comment_ID bigint(20) unsigned auto_increment
Query: alter table KcSZwcomments modify column comment_ID bigint(20) unsigned auto_increment Error:SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid default value for 'comment_date'
Repairing table KcSZwlinks...
Primary key is link_id
select (ifnull( max(link_id), 0)+1) as next_id from KcSZwlinks
update KcSZwlinks set link_id = 1 where link_id = 0
alter table KcSZwlinks modify column link_id bigint(20) unsigned auto_increment
Query: alter table KcSZwlinks modify column link_id bigint(20) unsigned auto_increment Error:SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid default value for 'link_updated'
Repairing table KcSZwoptions...
No primary key found for table KcSZwoptions.
Repairing table KcSZwpostmeta...
No primary key found for table KcSZwpostmeta.
Repairing table KcSZwposts...
Primary key is ID
select (ifnull( max(ID), 0)+1) as next_id from KcSZwposts
update KcSZwposts set ID = 1082 where ID = 0
alter table KcSZwposts modify column ID bigint(20) unsigned auto_increment
Repairing table KcSZwsib_model_forms...
Primary key is id
select (ifnull( max(id), 0)+1) as next_id from KcSZwsib_model_forms
update KcSZwsib_model_forms set id = 2 where id = 0
alter table KcSZwsib_model_forms modify column id int(20) auto_increment
Repairing table KcSZwsib_model_users...
Primary key is id
select (ifnull( max(id), 0)+1) as next_id from KcSZwsib_model_users
update KcSZwsib_model_users set id = 1 where id = 0
alter table KcSZwsib_model_users modify column id int(20) auto_increment
Repairing table KcSZwsnippets...
Primary key is id
select (ifnull( max(id), 0)+1) as next_id from KcSZwsnippets
update KcSZwsnippets set id = 6 where id = 0
alter table KcSZwsnippets modify column id bigint(20) auto_increment
Repairing table KcSZwterm_relationships...
Primary key is object_id
select (ifnull( max(object_id), 0)+1) as next_id from KcSZwterm_relationships
update KcSZwterm_relationships set object_id = 1019 where object_id = 0
alter table KcSZwterm_relationships modify column object_id bigint(20) unsigned auto_increment
Repairing table KcSZwterm_taxonomy...
Primary key is term_taxonomy_id
select (ifnull( max(term_taxonomy_id), 0)+1) as next_id from KcSZwterm_taxonomy
update KcSZwterm_taxonomy set term_taxonomy_id = 11 where term_taxonomy_id = 0
alter table KcSZwterm_taxonomy modify column term_taxonomy_id bigint(20) unsigned auto_increment
Repairing table KcSZwtermmeta...
Primary key is meta_id
select (ifnull( max(meta_id), 0)+1) as next_id from KcSZwtermmeta
update KcSZwtermmeta set meta_id = 1 where meta_id = 0
alter table KcSZwtermmeta modify column meta_id bigint(20) unsigned auto_increment
Repairing table KcSZwterms...
Primary key is term_id
select (ifnull( max(term_id), 0)+1) as next_id from KcSZwterms
update KcSZwterms set term_id = 11 where term_id = 0
alter table KcSZwterms modify column term_id bigint(20) unsigned auto_increment
Repairing table KcSZwtm_taskmeta...
Primary key is meta_id
select (ifnull( max(meta_id), 0)+1) as next_id from KcSZwtm_taskmeta
update KcSZwtm_taskmeta set meta_id = 1 where meta_id = 0
alter table KcSZwtm_taskmeta modify column meta_id bigint(20) auto_increment
Repairing table KcSZwtm_tasks...
Primary key is id
select (ifnull( max(id), 0)+1) as next_id from KcSZwtm_tasks
update KcSZwtm_tasks set id = 1 where id = 0
alter table KcSZwtm_tasks modify column id int(11) auto_increment
Repairing table KcSZwusermeta...
No primary key found for table KcSZwusermeta.
Repairing table KcSZwusers...
Primary key is ID
select (ifnull( max(ID), 0)+1) as next_id from KcSZwusers
update KcSZwusers set ID = 2 where ID = 0
alter table KcSZwusers modify column ID bigint(20) unsigned auto_increment
Repairing table KcSZwwfblockediplog...
Primary key is IP
select (ifnull( max(IP), 0)+1) as next_id from KcSZwwfblockediplog
update KcSZwwfblockediplog set IP = 1 where IP = 0
Query: update KcSZwwfblockediplog set IP = 1 where IP = 0 Error:SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '1-19913-waf' for key 'PRIMARY'
Repairing table KcSZwwfblocks7...
Primary key is id
select (ifnull( max(id), 0)+1) as next_id from KcSZwwfblocks7
update KcSZwwfblocks7 set id = 1 where id = 0
alter table KcSZwwfblocks7 modify column id bigint(20) unsigned auto_increment
Repairing table KcSZwwfconfig...
Primary key is name
select (ifnull( max(name), 0)+1) as next_id from KcSZwwfconfig
update KcSZwwfconfig set name = 1 where name = 0
Query: update KcSZwwfconfig set name = 1 where name = 0 Error:SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '1' for key 'PRIMARY'
Repairing table KcSZwwfcrawlers...
Primary key is IP
select (ifnull( max(IP), 0)+1) as next_id from KcSZwwfcrawlers
update KcSZwwfcrawlers set IP = 1 where IP = 0
Query: update KcSZwwfcrawlers set IP = 1 where IP = 0 Error:SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '1-\x8B\xFC\x17\xC0\x95\x90>\x8Db0\xABoQ1\x8C\xF6' for key 'PRIMARY'
Repairing table KcSZwwffilechanges...
Primary key is filenameHash
select (ifnull( max(filenameHash), 0)+1) as next_id from KcSZwwffilechanges
update KcSZwwffilechanges set filenameHash = 1 where filenameHash = 0
alter table KcSZwwffilechanges modify column filenameHash char(64) auto_increment
Query: alter table KcSZwwffilechanges modify column filenameHash char(64) auto_increment Error:SQLSTATE[42000]: Syntax error or access violation: 1063 Incorrect column specifier for column 'filenameHash'
Repairing table KcSZwwffilemods...
Primary key is filenameMD5
select (ifnull( max(filenameMD5), 0)+1) as next_id from KcSZwwffilemods
update KcSZwwffilemods set filenameMD5 = 1 where filenameMD5 = 0
Query: update KcSZwwffilemods set filenameMD5 = 1 where filenameMD5 = 0 Error:SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '1' for key 'PRIMARY'
Repairing table KcSZwwfhits...
Primary key is id
select (ifnull( max(id), 0)+1) as next_id from KcSZwwfhits
update KcSZwwfhits set id = 12627 where id = 0
alter table KcSZwwfhits modify column id int(10) unsigned auto_increment
Repairing table KcSZwwfhoover...
Primary key is id
select (ifnull( max(id), 0)+1) as next_id from KcSZwwfhoover
update KcSZwwfhoover set id = 1 where id = 0
alter table KcSZwwfhoover modify column id int(10) unsigned auto_increment
Repairing table KcSZwwfissues...
Primary key is id
select (ifnull( max(id), 0)+1) as next_id from KcSZwwfissues
update KcSZwwfissues set id = 6966 where id = 0
alter table KcSZwwfissues modify column id int(10) unsigned auto_increment
Repairing table KcSZwwfknownfilelist...
Primary key is id
select (ifnull( max(id), 0)+1) as next_id from KcSZwwfknownfilelist
update KcSZwwfknownfilelist set id = 12048 where id = 0
alter table KcSZwwfknownfilelist modify column id int(11) unsigned auto_increment
Repairing table KcSZwwflivetraffichuman...
Primary key is IP
select (ifnull( max(IP), 0)+1) as next_id from KcSZwwflivetraffichuman
update KcSZwwflivetraffichuman set IP = 1 where IP = 0
alter table KcSZwwflivetraffichuman modify column IP binary(16) auto_increment
Query: alter table KcSZwwflivetraffichuman modify column IP binary(16) auto_increment Error:SQLSTATE[42000]: Syntax error or access violation: 1063 Incorrect column specifier for column 'IP'
Repairing table KcSZwwflocs...
Primary key is IP
select (ifnull( max(IP), 0)+1) as next_id from KcSZwwflocs
update KcSZwwflocs set IP = 1 where IP = 0
alter table KcSZwwflocs modify column IP binary(16) auto_increment
Query: alter table KcSZwwflocs modify column IP binary(16) auto_increment Error:SQLSTATE[42000]: Syntax error or access violation: 1063 Incorrect column specifier for column 'IP'
Repairing table KcSZwwflogins...
Primary key is id
select (ifnull( max(id), 0)+1) as next_id from KcSZwwflogins
update KcSZwwflogins set id = 14 where id = 0
alter table KcSZwwflogins modify column id int(10) unsigned auto_increment
Repairing table KcSZwwfls_2fa_secrets...
Primary key is id
select (ifnull( max(id), 0)+1) as next_id from KcSZwwfls_2fa_secrets
update KcSZwwfls_2fa_secrets set id = 1 where id = 0
alter table KcSZwwfls_2fa_secrets modify column id int(11) unsigned auto_increment
Repairing table KcSZwwfls_role_counts...
Primary key is serialized_roles
select (ifnull( max(serialized_roles), 0)+1) as next_id from KcSZwwfls_role_counts
update KcSZwwfls_role_counts set serialized_roles = 1 where serialized_roles = 0
alter table KcSZwwfls_role_counts modify column serialized_roles varbinary(255) auto_increment
Query: alter table KcSZwwfls_role_counts modify column serialized_roles varbinary(255) auto_increment Error:SQLSTATE[42000]: Syntax error or access violation: 1063 Incorrect column specifier for column 'serialized_roles'
Repairing table KcSZwwfls_settings...
Primary key is name
select (ifnull( max(name), 0)+1) as next_id from KcSZwwfls_settings
update KcSZwwfls_settings set name = 1 where name = 0
Query: update KcSZwwfls_settings set name = 1 where name = 0 Error:SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '1' for key 'PRIMARY'
Repairing table KcSZwwfnotifications...
Primary key is id
select (ifnull( max(id), 0)+1) as next_id from KcSZwwfnotifications
update KcSZwwfnotifications set id = 1 where id = 0
Query: update KcSZwwfnotifications set id = 1 where id = 0 Error:SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '1' for key 'PRIMARY'
Repairing table KcSZwwfpendingissues...
Primary key is id
select (ifnull( max(id), 0)+1) as next_id from KcSZwwfpendingissues
update KcSZwwfpendingissues set id = 1 where id = 0
alter table KcSZwwfpendingissues modify column id int(10) unsigned auto_increment
Repairing table KcSZwwfreversecache...
Primary key is IP
select (ifnull( max(IP), 0)+1) as next_id from KcSZwwfreversecache
update KcSZwwfreversecache set IP = 1 where IP = 0
alter table KcSZwwfreversecache modify column IP binary(16) auto_increment
Query: alter table KcSZwwfreversecache modify column IP binary(16) auto_increment Error:SQLSTATE[42000]: Syntax error or access violation: 1063 Incorrect column specifier for column 'IP'
Repairing table KcSZwwfsecurityevents...
Primary key is id
select (ifnull( max(id), 0)+1) as next_id from KcSZwwfsecurityevents
update KcSZwwfsecurityevents set id = 1 where id = 0
alter table KcSZwwfsecurityevents modify column id bigint(20) unsigned auto_increment
Repairing table KcSZwwfsnipcache...
Primary key is id
select (ifnull( max(id), 0)+1) as next_id from KcSZwwfsnipcache
update KcSZwwfsnipcache set id = 1 where id = 0
alter table KcSZwwfsnipcache modify column id int(10) unsigned auto_increment
Repairing table KcSZwwfstatus...
Primary key is id
select (ifnull( max(id), 0)+1) as next_id from KcSZwwfstatus
update KcSZwwfstatus set id = 32316 where id = 0
alter table KcSZwwfstatus modify column id bigint(20) unsigned auto_increment
Repairing table KcSZwwftrafficrates...
Primary key is eMin
select (ifnull( max(eMin), 0)+1) as next_id from KcSZwwftrafficrates
update KcSZwwftrafficrates set eMin = 1 where eMin = 0
alter table KcSZwwftrafficrates modify column eMin int(10) unsigned auto_increment
Repairing table KcSZwwfwaffailures...
Primary key is id
select (ifnull( max(id), 0)+1) as next_id from KcSZwwfwaffailures
update KcSZwwfwaffailures set id = 1 where id = 0
alter table KcSZwwfwaffailures modify column id int(10) unsigned auto_increment
Repairing table KcSZwwpforms_tasks_meta...
No primary key found for table KcSZwwpforms_tasks_meta.
Repairing table KcSZwwpuf_subscribers...
No primary key found for table KcSZwwpuf_subscribers.
Repairing table KcSZwwpuf_transaction...
No primary key found for table KcSZwwpuf_transaction.
Repairing table KcSZwyoast_indexable...
Primary key is id
select (ifnull( max(id), 0)+1) as next_id from KcSZwyoast_indexable
update KcSZwyoast_indexable set id = 236 where id = 0
alter table KcSZwyoast_indexable modify column id int(11) unsigned auto_increment
Repairing table KcSZwyoast_indexable_hierarchy...
Primary key is indexable_id
select (ifnull( max(indexable_id), 0)+1) as next_id from KcSZwyoast_indexable_hierarchy
update KcSZwyoast_indexable_hierarchy set indexable_id = 236 where indexable_id = 0
alter table KcSZwyoast_indexable_hierarchy modify column indexable_id int(11) unsigned auto_increment
Repairing table KcSZwyoast_migrations...
Primary key is id
select (ifnull( max(id), 0)+1) as next_id from KcSZwyoast_migrations
update KcSZwyoast_migrations set id = 25 where id = 0
alter table KcSZwyoast_migrations modify column id int(11) unsigned auto_increment
Repairing table KcSZwyoast_primary_term...
Primary key is id
select (ifnull( max(id), 0)+1) as next_id from KcSZwyoast_primary_term
update KcSZwyoast_primary_term set id = 14 where id = 0
alter table KcSZwyoast_primary_term modify column id int(11) unsigned auto_increment
Repairing table KcSZwyoast_seo_links...
Primary key is id
select (ifnull( max(id), 0)+1) as next_id from KcSZwyoast_seo_links
update KcSZwyoast_seo_links set id = 382 where id = 0
alter table KcSZwyoast_seo_links modify column id bigint(20) unsigned auto_increment