MySQL database corruption and errors, repeatedly. [HOST SIDE?]

Status
Not open for further replies.

ouabx10m

New Member
Messages
5
Reaction score
0
Points
0
I have been experianceing login issues with my forums (http://www.ouab.x10.mx/forums) in which I was systematicly redirected into a login loop, after having explored issues with the cookies and phpBB3 installations, I have come to the conclusion that this error is origination from the Database. Having located which table was responsible for the errors and login loop, I ran a mySQL query (see below):
Code:
[COLOR=#2E8B57][FONT=Monaco]REPAIR TABLE phpbb_sessions;[/FONT][/COLOR]
[COLOR=#2E8B57][FONT=Monaco]DELETE FROM phpbb_confirm;[/FONT][/COLOR]
[COLOR=#2E8B57][FONT=Monaco]DELETE FROM phpbb_sessions_keys;[/FONT][/COLOR]
[COLOR=#2E8B57][FONT=Monaco]DELETE FROM phpbb_sessions;[/FONT][/COLOR]

This resolved the issue for about 1-2 days, now the issue is back. AFter repeating the above steps, it was briefly fixed and operated normally (about an hour) and is now back to the error login loop. I believe this comes from the host side.

Server: Level
 

bdistler

Well-Known Member
Prime Account
Messages
3,534
Reaction score
196
Points
63
IMO it is not the MySQL server - if it was there would be more than a few hundred users in here - posting about it

I would look in the database to 'see' what the errors are
then look for who or what put that data into the database

BTW my account is on server Level
 

ouabx10m

New Member
Messages
5
Reaction score
0
Points
0
At no point in time did I say the entire server was affected. I have checked what and where the issues originate from, I have been in extensive contact with the PHPbb3 support team, and from what I and they concluded, PHPbb3 was not causing the errors. This makes me think it is coming from the host side. I do not have any idea what it is, but from what I can conclude, it is not the current set-up.
 
Status
Not open for further replies.
Top