June 6th, 2004Up again
-sigh-
I hate glitches.
Website was down for a few hours. Blogged about it on my Tabulas.
The first thing that I’m going to do now is backup my databases and export them to my computer. This way if ever i run into any more problems, i won’t feel too bad. At least I won’t lose anything. I’m still thinking about moving to the other host.




Welcome back ! Lovely site you have here… :flowers:
Do you have cron feature? If so, add these lines to autobackup your db
mysqldump -quick -e –add-drop-table –add-locks -u*USERNAMEHERE* -p*PASSWORD* -h*HOST* *TABLE* | gzip – > backup.sql.gz
An example would be:
mysqldump -quick -e –add-drop-table –add-locks -ujaeboy -piluvdogs -hlocalhost jaeboy_blog | gzip – > backup.sql.gz
Whew,That explains why I get the error message when I tried to access your website this morning
But now,I can access your website and I am feeling happy
Not sure if your host give you full phpMyAdmin access to manage your database, but if they do, it’ll make things easier overall… things like database optimizations, backing up specific databases and whatnot. Glad to see your site’s back up. I know how frustrating it can be when it goes down for minutes, hours, or days even.