Opened 5 years ago
Last modified 3 years ago
#54834 new defect (bug)
Mysql gone away when importing DB on create wp_posts indexes
| Reported by: | jasmines | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Database | Version: | |
| Severity: | blocker | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)