Frequent Downtime on Database?

Status
Not open for further replies.

csccox10

New Member
Messages
12
Reaction score
1
Points
3
I was getting more and more downtime on my database ( i.e. tables couldn't be selected or updated because no table was even found?? ) and it's occuring across all platforms that use the database I have to get information- including the simple PHP script I have for showing how many users I have online in my game. Every single table is inaccessible and I don't understand why. Normally this problem I can fix by either repairing or deleting and remaking the user for the database, but it continues to occur more and more frequently and I'm wondering if there's a reason why and any way that I can prevent it from happening?
 

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
What is the error you're actually getting?
 

csccox10

New Member
Messages
12
Reaction score
1
Points
3
When users attempt to log into their account, the error says that no fields could be found in the accounts table. It seems that currently the issue is only with the accounts table, as I'm able to get information out of other tables now.
 
Status
Not open for further replies.
Top