Jump to content

[Solved] Archived: Glitch_01


Recommended Posts

Your account was archived because you haven't logged in for quite a while. We have a limited amount of space on our servers, and occasionally we have to remove the unused accounts to make space for new users. To prevent your account from becoming archived again please remember to log in at https://www.heliohost.org/login/ at least once every 30 days.

 

Unarchiving...

Link to comment
Share on other sites

All seems good except mysql is not working. When trying to go to phpmyadmin I get

 mysqli_connect(): (HY000/3118): Access denied for user 'glitch1'@'localhost'. Account is locked.
 Undefined index: auth_type
 Undefined index: charset

The size is showing as 0.00 MB (have tried repairing and creating new users). Has the database been lost?

 

Thanks for your help,

 

Glitch1

Link to comment
Share on other sites

I checked the archive, and the glitch1_xenforo.sql database is empty so it wasn't an issue with how it was restored. It looks like the default for xenforo is innodb, which has a really bad track record during crashes. Pretty much every innodb table gets lost when Johnny has a mysql crash. With myisam tables we've never lost any data during a crash so we always recommend using it instead of innodb. When you try to make a backup of an innodb database that has crashed it will result in an empty .sql file like that. That's my guess of what happened. So, unless you have a backup saved somewhere on your home pc your database is probably lost.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...