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: |
|
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 KEYpost_name
(post_name
(191)),
ADD KEYtype_status_date
(post_type
,post_status
,post_date
,ID
),
ADD KEYpost_parent
(post_parent
),
ADD KEYpost_author
(post_author
);
I have 2013 error (in console) or 2006 (in phpmyadmin) immediately.
Note: See
TracTickets for help on using
tickets.