By beckyjohnson on
I go this error today on my site: user warning: Table './mydatabasename/accesslog' is marked as crashed and should be repaired query: INSERT INTO accesslog (title, path, url, hostname, uid, sid, timer, timestamp) values('', 'node', '', '71.20.197.109', 0, 'ropeosrej72nep6sbu8r4e12p4', 1234, 1253030395) in /var/www/vhosts/mysite/httpdocs/modules/statistics/statistics.module on line 64.
I don't know how to trouble shoot this. I had a backup on my server and we restored from that but we are still getting this error....
How can we re-build this table?
Becky
Comments
Rebuild the table
go into mysql and
REPAIR TABLE 'accesslog';
Steve Hanson
Publisher Eye On Dunn County
https://eyeondunn.com
Ok. i will remember that for
Ok. i will remember that for next time. What I ended up doing was just emptying the table and that seemed to fix things.
Becky