Hello I am getting the error below on my website. Once it happens it seem that my new post are no longer able to be visible on the home or category pages. Older post are now all seen, and some are missing. I was wondering if anyone had any insight as to why this was happening.
Any help would be greatly appreciated
WordPress database error: [MySQL server has gone away]
CREATE TABLE IF NOT EXISTSwp1_redirection_items(idint(11) unsigned NOT NULL auto_increment,urlmediumtext NOT NULL,regexint(11) unsigned NOT NULL default '0',positionint(11) unsigned NOT NULL default '0',last_countint(10) unsigned NOT NULL default '0',last_accessdatetime NOT NULL,group_idint(11) NOT NULL default '0',statusenum('enabled','disabled' ) NOT NULL default 'enabled',action_typevarchar(20) NOT NULL,action_codeint(11) unsigned NOT NULL,action_datamediumtext,match_typevarchar(20) NOT NULL,titlevarchar(50) NULL, PRIMARY KEY (id), KEYurl(url(200)), KEYstatus(status), KEYregex(regex), KEYgroup_idpos(group_id,position), KEYgroup(group_id) )WordPress database error: [MySQL server has gone away]
INSERT INTOwp1_options(option_name,option_value,autoload) VALUES ('redirection_version', '2.2', 'yes') ON DUPLICATE KEY UPDATEoption_name= VALUES(option_name),option_value= VALUES(option_value),autoload= VALUES(autoload)