MySQL Forums
Forum List  »  Install & Repo

phpmyadmin sql table PageStatistics deleted
Posted by: Florian Ludowici
Date: June 13, 2014 04:50AM

Hello,

We use concrete5 as a CMS,
A colleague somehow deleted the PageStatistics table on our site. So now when I try to get in it says:

mysql error: [1146: Table 'db413797743.PageStatistics' doesn't exist] in EXECUTE("insert into PageStatistics (cID, uID, date) values ('1', 0, NOW())")

There is a backup of this table, but when I try to import this with phpmyadmin it loads up, but then it says:

`pstID` BIGINT( 20 ) UNSIGNED NOT NULL AUTO_INCREMENT ,
`cID` INT( 10 ) UNSIGNED NOT NULL DEFAULT '0',
`date` DATE DEFAULT NULL ,
`timestamp` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP ,
`uID` INT( 10 ) UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY ( `pstID` ) ,
KEY `cID` ( `cID` ) ,
KEY `date` ( `date` ) ,
KEY `uID` ( `uID` )
) ENGINE = MYISAM AUTO_INCREMENT =36813 DEFAULT CHARSET = utf8 AUTO_INCREMENT =36813

MySQL meldet: Dokumentation

#2006 - MySQL server has gone away

so, is there any way to get back into that site or to repair this problem.

thank you very much

ludo

Options: ReplyQuote


Subject
Written By
Posted
phpmyadmin sql table PageStatistics deleted
June 13, 2014 04:50AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.