Forum archive
Site Down - TKLBAM restore not functioning?
Greetings:
I've searched both the forum and documentation for a resolution to the following issue. I'm trying my best to rectify this on my own, but now I don't know what steps I overlooked.
Web site went down last night. I've had to reboot our Micro Lamp Stack weekly for the past few months to keep the site functional. When it went down last night I restored a TKLBAM backup onto a new Small Lamp server, changed the DNS to reflect the new IP, and now it seems MYSQL will not run on the new server .
Is there a simple step I'm overlooking, other than launching the MYSQL page from the hub and clicking "start"?
I'm unfortunately not as technically well-versed as I'd like to be in the functions of this host. But I feel like I'm close, and likely missing a simple obvious step I cannot find.
Any help would be greatly appreciated.
Reis
Hi Reis, Sounds like a major pain...! :(
I would recommend that you check the error logs (/var/log) - particularly MySQL logs (IIRC mysqld.log & mysqld.error) and daemon.log (i.e. services starting/stopping). The main log (messages) probably also contains info that may be relevant...
Just manually starting MySQL (i.e. 'service mysql start') may even give you some clue.
TBH my guess (without anywhere near enough info...) is a corrupt DB although if your DB is using innodb then even just corrupt log files can stop it from starting...
If you still can't work out what's going on I suggest that you post (any MySQL relevant) logs; along with some more info about anything else you've tried or tested.