Make WordPress Core

Opened 3 years ago

Last modified 2 years ago

#54834 new defect (bug)

Mysql gone away when importing DB on create wp_posts indexes

Reported by: jasmines's profile jasmines Owned by:
Milestone: Awaiting Review Priority: normal
Severity: blocker Version:
Component: Database Keywords:
Focuses: Cc:

Description

Already imported the table and its data.
When I execute the following:

ALTER TABLE wp_posts

ADD PRIMARY KEY (ID),
ADD KEY post_name (post_name(191)),
ADD KEY type_status_date (post_type,post_status,post_date,ID),
ADD KEY post_parent (post_parent),
ADD KEY post_author (post_author);

I have 2013 error (in console) or 2006 (in phpmyadmin) immediately.

Change History (1)

#1 @sabernhardt
2 years ago

  • Component changed from General to Database
Note: See TracTickets for help on using tickets.